aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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']