diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-07-31 11:56:27 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-07-31 11:56:27 -0700 |
commit | b786b5ed8a1d709b67d7dc80e8ba41bbaf6e58ae (patch) | |
tree | 3b4df3664813a7dc27ae6ffba784523e98ea0687 | |
parent | 381eddded5c6a966a8ac7b529470f81bdf1b6fb9 (diff) |
fix test_intentional_fault
-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 75123d49..5eaf13dd 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -5343,7 +5343,7 @@ The current type of b is: 9 return 0; } ''' - self.do_run(src, 'fault on write to 0' if not Settings.ASM_JS else 'Assertion: 0') + self.do_run(src, 'fault on write to 0' if not Settings.ASM_JS else 'abort()') def test_trickystring(self): src = r''' |