Use require using_fission
This changes some tests to use "require using_fission".
This commit is contained in:
parent
ec1300f6ea
commit
a231b2322f
@ -16,10 +16,7 @@
|
||||
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
|
||||
|
@ -16,10 +16,7 @@
|
||||
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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user