diff options
author | alon@honor <none@none> | 2010-10-28 20:51:55 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-10-28 20:51:55 -0700 |
commit | 9343f81a117efd605ff274fd290d38d674c55d25 (patch) | |
tree | 22d720f5ca4c165b0fe0a0f6236348f563933ad6 /tests | |
parent | 4b48a792ec61ce5b99c6eabf3b7b9f1e7f4afd8f (diff) |
bustage fix
Diffstat (limited to 'tests')
-rw-r--r-- | tests/runner.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index 36d66af2..ea13326b 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -955,6 +955,7 @@ if 'benchmark' not in sys.argv: self.do_test(src, output, ['3', '16']) def test_dlmalloc(self): + assert COMPILER_ENGINE != SPIDERMONKEY_ENGINE # See sauer test src = open(path_from_root(['tests', 'dlmalloc.c']), 'r').read() self.do_test(src, '*1,0*') |