diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-08-09 17:21:25 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-08-09 17:21:25 -0700 |
commit | 0a39d6902565771e6a07a8b1e0229d257dfc0b7c (patch) | |
tree | e3c31eb38f10c78decfcb1c67638cf40707744cb /tests/runner.py | |
parent | 3adfd036d7bbfbae1b1c1cf7de4fc9850ce06ad4 (diff) |
fix test_exit_stack
Diffstat (limited to 'tests/runner.py')
-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 = ''' |