aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-02-12 15:36:08 -0800
committerAlon Zakai <alonzakai@gmail.com>2014-02-12 15:36:08 -0800
commitfa9638d281a07ce70f380e7a1322c9144a1e6e03 (patch)
tree2a1c1d338473938a1df98a03e09988823f63cb31
parent9542cfad80e60e09620ad82a624b93c954d4b10c (diff)
update sanity.test_emcc_caching
-rw-r--r--tests/test_sanity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_sanity.py b/tests/test_sanity.py
index e8b1f885..cc0819a7 100644
--- a/tests/test_sanity.py
+++ b/tests/test_sanity.py
@@ -414,7 +414,7 @@ fi
except:
pass
assert ll
- assert ll.count('\n!') < 10 # a few lines are left even in -O1 and -O2
+ assert ll.count('\n!') < 25 # a few lines are left even in -O1 and -O2
finally:
del os.environ['EMCC_DEBUG']