aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-01-17 18:41:58 -0800
committerAlon Zakai <alonzakai@gmail.com>2013-01-17 18:41:58 -0800
commit3acc64e9415216f6a68d5b01acf0e9c4d02d61e0 (patch)
tree3dc4652e6d9ec5b793092d8df4e7d309680165a5 /tests
parent2913e6efd9acd4180847ed1f3ed84d450e8719de (diff)
fix test_exceptions
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index a3904bb6..61503467 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -2321,7 +2321,7 @@ Exception execution path of first function! 1
self.do_run(src, '*throw...caught!infunc...done!*')
Settings.DISABLE_EXCEPTION_CATCHING = 1
- self.do_run(src, 'Exception catching is disabled, this exception cannot be caught. Compile with -s DISABLE_EXCEPTION_CATCHING=0 to catch.')
+ self.do_run(src, 'Exception catching is disabled, this exception cannot be caught. Compile with -s DISABLE_EXCEPTION_CATCHING=0')
src = '''
#include <iostream>