diff options
author | alon@honor <none@none> | 2010-09-10 20:48:38 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-09-10 20:48:38 -0700 |
commit | bcb46261d622c6e6919bab5ccc6506913d5da57a (patch) | |
tree | 6897f9c2a5f89d2c923ae7198b448c49d06df25b /tests/runner.py | |
parent | 325fa82fa01f388ed894a90ffb61da80ba71c379 (diff) |
tweaks to sauer, and strtol
Diffstat (limited to 'tests/runner.py')
-rw-r--r-- | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index b3be793e..e9ba880d 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -671,7 +671,7 @@ class T(unittest.TestCase): # used, see Mozilla bug 593659. assert PARSER_ENGINE != SPIDERMONKEY_ENGINE # XXX RELOOP = 1 either is very very slow, or nonfinishing - self.do_test(path_from_root(['tests', 'sauer']), 'Hello from sauer', main_file='command.cpp', emscripten_settings='{"RELOOP": 0}') + self.do_test(path_from_root(['tests', 'sauer']), '*Temp is 32\n9*', main_file='command.cpp', emscripten_settings='{"RELOOP": 0}') if __name__ == '__main__': if DEBUG: print "LLVM_GCC:", LLVM_GCC |