aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-07-31 11:56:27 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-07-31 11:56:27 -0700
commitb786b5ed8a1d709b67d7dc80e8ba41bbaf6e58ae (patch)
tree3b4df3664813a7dc27ae6ffba784523e98ea0687
parent381eddded5c6a966a8ac7b529470f81bdf1b6fb9 (diff)
fix test_intentional_fault
-rwxr-xr-xtests/runner.py2
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'''