aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <azakai@mozilla.com>2010-11-25 16:32:52 -0800
committerAlon Zakai <azakai@mozilla.com>2010-11-25 16:32:52 -0800
commitc7db28deba72b9e96ea05a05e801890ef6e43fd6 (patch)
tree118482e66e477012dce4d8ff79356e930f1e0fa8
parent66d539dbe657aef413d05cdd8e69ee9768a5cb37 (diff)
lua test fix, fix breakage
-rw-r--r--tests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 41be87e8..f58f3d7b 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -1060,7 +1060,7 @@ if 'benchmark' not in sys.argv:
def test_lua(self):
self.do_ll_test(path_from_root(['tests', 'lua', 'lua.ll']),
- 'hello lua world!\n17\n*',
+ 'hello lua world!\n\n\n17',
args=['-e', '''print("hello lua world!");print(17)'''],
f_opt_ll_file=path_from_root(['tests', 'lua', 'lua.Os.ll']),
js_engines=[SPIDERMONKEY_ENGINE])