aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-02-06 15:03:03 -0800
committerAlon Zakai <alonzakai@gmail.com>2012-02-06 15:03:03 -0800
commit749ca8a878fa3abe95d021b0a2028b23a40245ce (patch)
tree7fc2cfd8e25e8c0f5c8fe11a5caba0c539cc77dd
parent2631d859ccdf3c20bc34b2f6177946afe106ff0e (diff)
update test_closure_compiler
-rwxr-xr-xtests/runner.py2
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):