diff options
-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 11555961..d6ec37a3 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -3254,7 +3254,7 @@ Exiting setjmp function, level: 0, prev_jmp: -1 ''') self.emcc_args += ['--pre-js', 'pre.js'] - self.do_run(src, '''reported\nExit Status: 1\npostRun\nok.\n''') + self.do_run(src, '''reported\nexit(1) called\nExit Status: 1\npostRun\nok.\n''') def test_class(self): src = ''' |