diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-01-17 18:41:58 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-01-17 18:41:58 -0800 |
commit | 3acc64e9415216f6a68d5b01acf0e9c4d02d61e0 (patch) | |
tree | 3dc4652e6d9ec5b793092d8df4e7d309680165a5 /tests | |
parent | 2913e6efd9acd4180847ed1f3ed84d450e8719de (diff) |
fix test_exceptions
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runner.py | 2 |
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> |