diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-02-06 15:03:03 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-02-06 15:03:03 -0800 |
commit | 749ca8a878fa3abe95d021b0a2028b23a40245ce (patch) | |
tree | 7fc2cfd8e25e8c0f5c8fe11a5caba0c539cc77dd | |
parent | 2631d859ccdf3c20bc34b2f6177946afe106ff0e (diff) |
update test_closure_compiler
-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 23937974..ea7a72f4 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -6118,7 +6118,7 @@ elif 'sanity' in str(sys.argv): # With a working path, all is well restore() try_delete('a.out.js') - output = self.check_working([EMCC, '-O2', 'tests/hello_world.cpp'], 'The relooper optimization can be very slow') + output = self.check_working([EMCC, '-O2', 'tests/hello_world.cpp'], '') assert os.path.exists('a.out.js') def test_emcc(self): |