Skip to content

Commit 0d9ec2a

Browse files
authored
[test] Remove redundant setting in test_minimal_runtime_code_size. NFC (#20893)
This setting already defaults to zero. Removing it make fewer false positives show up when searching for uses of this settings.
1 parent c54ebd7 commit 0d9ec2a

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
@@ -10488,7 +10488,6 @@ def test_minimal_runtime_code_size(self, test_name, js, compare_js_output=False)
1048810488
'-sGL_SUPPORT_AUTOMATIC_ENABLE_EXTENSIONS=0',
1048910489
'-sGL_SUPPORT_SIMPLE_ENABLE_EXTENSIONS=0',
1049010490
'-sGL_TRACK_ERRORS=0',
10491-
'-sGL_SUPPORT_EXPLICIT_SWAP_CONTROL=0',
1049210491
'-sGL_POOL_TEMP_BUFFERS=0',
1049310492
'-sGL_WORKAROUND_SAFARI_GETCONTEXT_BUG=0',
1049410493
'-sNO_FILESYSTEM',

0 commit comments

Comments
 (0)