This changes some tests to use "require using_fission".
standard_testfile .c
# Fission doesn't support macros yet. Bug 15954.
-if [using_fission] {
- untested "fission does not support macros yet"
- return -1
-}
+require !using_fission
if { [prepare_for_testing "failed to prepare" ${testfile} ${srcfile} {debug macros}] } {
return -1
standard_testfile
# Fission doesn't support macros yet. Bug 15954.
-if [using_fission] {
- unsupported "fission"
- return -1
-}
+require !using_fission
if [is_remote host] {
unsupported "compiling on a remote host does not support a filename with directory."