diff options
-rw-r--r-- | test/end-to-end/gc/TARGETS | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/test/end-to-end/gc/TARGETS b/test/end-to-end/gc/TARGETS index 104ef360..0d392d50 100644 --- a/test/end-to-end/gc/TARGETS +++ b/test/end-to-end/gc/TARGETS @@ -32,15 +32,11 @@ { "type": "install" , "tainted": ["test"] , "deps": - { "type": "++" - , "$1": - [ ["basic", "compactification", "export", "tc-deps"] - , { "type": "if" - , "cond": {"type": "var", "name": "TEST_BOOTSTRAP_JUST_MR"} - , "then": [] - , "else": ["reconstruct-executable"] - } - ] - } + [ "basic" + , "compactification" + , "export" + , "tc-deps" + , "reconstruct-executable" + ] } } |