diff options
author | alon@honor <none@none> | 2010-10-21 12:13:26 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-10-21 12:13:26 -0700 |
commit | 3ce44a956a248c3c9aabf721ee9a52f92e92fa75 (patch) | |
tree | 85ee65bb37f2c278865f77053228f46808a1a849 /tests/runner.py | |
parent | 057289cb695cf7483d5cf54be3d032f11f085fbe (diff) |
optimize away unneeded FLATTENER[0]; enable gcc_unmangler test
Diffstat (limited to 'tests/runner.py')
-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 793bdb26..79d5062e 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -908,7 +908,7 @@ if 'benchmark' not in sys.argv: self.do_test(path_from_root(['tests', 'sauer']), '*\nTemp is 33\n9\n5\nhello, everyone\n*', main_file='command.cpp') - def zzztest_gcc_unmangler(self): + def test_gcc_unmangler(self): self.do_test(path_from_root(['third_party']), '*d_demangle(char const*, int, unsigned int*)*', main_file='gcc_demangler.c') # Generate tests for all our compilers |