aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authoralon@honor <none@none>2010-10-21 12:33:08 -0700
committeralon@honor <none@none>2010-10-21 12:33:08 -0700
commit653032fba001d549f3a9a7b4387eb1fa42600428 (patch)
treec5560b8f897452c37b3f6a78a2a421e83d333d14 /tests/runner.py
parent3ce44a956a248c3c9aabf721ee9a52f92e92fa75 (diff)
gcc_demanger tool
Diffstat (limited to 'tests/runner.py')
-rw-r--r--tests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 79d5062e..931127c8 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -909,7 +909,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 test_gcc_unmangler(self):
- self.do_test(path_from_root(['third_party']), '*d_demangle(char const*, int, unsigned int*)*', main_file='gcc_demangler.c')
+ self.do_test(path_from_root(['third_party']), '*d_demangle(char const*, int, unsigned int*)*', args=['_ZL10d_demanglePKciPj'], main_file='gcc_demangler.c')
# Generate tests for all our compilers
def make_test(compiler, embetter):