Skip to content

Commit 918cd4f

Browse files
committed
Update other.test_minimal_runtime_code_size with new improved code sizes.
1 parent 5554845 commit 918cd4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_other.py

Lines changed: 2 additions & 2 deletions
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': 5979, 'a.asm.js': 11361, 'a.mem': 321}),
8894-
(opts, hello_webgl_sources, {'a.html': 623, 'a.js': 5943, 'a.wasm': 8978})
8893+
(asmjs + opts, hello_webgl_sources, {'a.html': 665, 'a.js': 5770, 'a.asm.js': 11361, 'a.mem': 321}),
8894+
(opts, hello_webgl_sources, {'a.html': 623, 'a.js': 5747, 'a.wasm': 8978})
88958895
]
88968896

88978897
success = True

0 commit comments

Comments
 (0)