diff options
author | alon@honor <none@none> | 2010-10-20 22:56:12 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-10-20 22:56:12 -0700 |
commit | 5f4f3fe49a065a7e5ccbc9116e8d966f37e3516a (patch) | |
tree | 3f53e24bb9255eb56b1c44ed8d32af1f83166cf3 /tests/runner.py | |
parent | 0feb052bd9ea18f2d943368eba5e6f40342e7105 (diff) |
non-working gcc demangler test
Diffstat (limited to 'tests/runner.py')
-rw-r--r-- | tests/runner.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index aa23acd9..cf7a7b22 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -908,6 +908,9 @@ 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 test_gcc_unmangler(self): + self.do_test(path_from_root(['third_party']), '*unmangled*', main_file='gcc_demangler.c') + # Generate tests for all our compilers def make_test(compiler, embetter): class TT(T): |