Skip to content

Commit f331132

Browse files
authored
Remove -sMIN_CHROME_VERSION=58 from test_minimal_runtime_code_size. NFC (#19793)
This test is designed to verify the minimum code size so I can't see why we would want to enable support for an older browser here (potentially triggering the inclusion of polyfills). This was added #9919 but its not clear to me why.
1 parent 814002e commit f331132

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_other.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10090,7 +10090,6 @@ def test_minimal_runtime_code_size(self, test_name, js, compare_js_output=False)
1009010090
'-sGL_TRACK_ERRORS=0',
1009110091
'-sGL_SUPPORT_EXPLICIT_SWAP_CONTROL=0',
1009210092
'-sGL_POOL_TEMP_BUFFERS=0',
10093-
'-sMIN_CHROME_VERSION=58',
1009410093
'-sGL_WORKAROUND_SAFARI_GETCONTEXT_BUG=0',
1009510094
'-sNO_FILESYSTEM',
1009610095
'-sSTRICT',

0 commit comments

Comments
 (0)