Skip to content

Commit 1f0232b

Browse files
committed
update browser.test_small_js_flags size
1 parent c0f2c4a commit 1f0232b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_browser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4207,7 +4207,7 @@ def test_small_js_flags(self):
42074207
print('size:', size)
42084208
# Note that this size includes test harness additions (for reporting the result, etc.).
42094209
if not self.is_wasm64() and not self.is_2gb():
4210-
self.assertLess(abs(size - 4477), 100)
4210+
self.assertLess(abs(size - 3377), 100)
42114211

42124212
# Tests that it is possible to initialize and render WebGL content in a
42134213
# pthread by using OffscreenCanvas.

0 commit comments

Comments
 (0)