Skip to content

Commit 3730bae

Browse files
committed
Update expected code sizes
1 parent 6144f21 commit 3730bae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_other.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -8890,8 +8890,8 @@ def test_minimal_runtime_code_size(self):
88908890
test_cases = [
88918891
(asmjs + opts, hello_world_sources, {'a.html': 665, 'a.js': 518, 'a.asm.js': 741, 'a.mem': 6}),
88928892
(opts, hello_world_sources, {'a.html': 623, 'a.js': 624, 'a.wasm': 86}),
8893-
(asmjs + opts, hello_webgl_sources, {'a.html': 665, 'a.js': 5605, 'a.asm.js': 11361, 'a.mem': 321}),
8894-
(opts, hello_webgl_sources, {'a.html': 623, 'a.js': 5568, 'a.wasm': 8978})
8893+
(asmjs + opts, hello_webgl_sources, {'a.html': 665, 'a.js': 5403, 'a.asm.js': 11361, 'a.mem': 321}),
8894+
(opts, hello_webgl_sources, {'a.html': 623, 'a.js': 5380, 'a.wasm': 8978})
88958895
]
88968896

88978897
success = True

0 commit comments

Comments
 (0)