aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-02-26 19:35:11 -0500
committerAlon Zakai <alonzakai@gmail.com>2013-02-26 19:35:11 -0500
commitbafdc889fcfcab5715e8dae5d26c3d5ff3160498 (patch)
tree71dc212bf53d133901541dc508786b3b2052c9e3 /tests/runner.py
parent4113375f1f0f6d3a807c1edd843e96596ee6e2c5 (diff)
show signature in dyncall errors, and simplify approach
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-xtests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index d4ec2501..9cf40543 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -2835,7 +2835,7 @@ Exiting setjmp function, level: 0, prev_jmp: -1
return 0;
}
'''.replace('COND', '==' if cond else '!=').replace('BODY', r'{ printf("all good\n"); }' if body else '')
- self.do_run(src, 'dyncall error' if not work else 'all good')
+ self.do_run(src, 'dyncall error: vi' if not work else 'all good')
def test_dynamic_cast(self):
if self.emcc_args is None: return self.skip('need libcxxabi')