diff options
author | alon@honor <none@none> | 2010-09-11 11:15:08 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-09-11 11:15:08 -0700 |
commit | c91d6e20014b124c32d29d301e39a5782570300e (patch) | |
tree | e2675778d1d9be323a260eb378e4635835046973 /tests | |
parent | e4f6c3cba22f6ad5ce7400325b58b21214723444 (diff) |
enable sauer test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index b7580370..a24587da 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -683,7 +683,7 @@ class T(unittest.TestCase): src = open(path_from_root(['tests', 'fasta.cpp']), 'r').read() self.do_test(src, j, [str(i)], lambda x: x.replace('\n', '*'), no_python=True, no_build=i>1) - def zzztest_sauer(self): + def test_sauer(self): # XXX Warning: Running this in SpiderMonkey can lead to an extreme amount of memory being # used, see Mozilla bug 593659. assert PARSER_ENGINE != SPIDERMONKEY_ENGINE |