diff options
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index 9b6bf5fa..969f0fdf 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -6095,6 +6095,8 @@ def process(filename): self.do_run(src, 'hello, world!\ncleanup\nExit Status: 118') def test_gc(self): + if self.emcc_args == None: return self.skip('needs ta2') + Settings.GC_SUPPORT = 1 src = r''' |