Skip to content

Commit 2cc1703

Browse files
committed
fix copypasta
1 parent 2d5fd55 commit 2cc1703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_other.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14471,7 +14471,7 @@ def test_reproduce(self):
1447114471

1447214472
def test_min_browser_version(self):
1447314473
err = self.expect_fail([EMCC, test_file('hello_world.c'), '-Wno-transpile', '-Werror', '-sWASM_BIGINT', '-sMIN_SAFARI_VERSION=120000'])
14474-
# TODO(# TODO(https://github.com/emscripten-core/emscripten/issues/23184): change this back to 140100 after 15 is default): fix back to 15000 once Safari 15 is default
14474+
# TODO(https://github.com/emscripten-core/emscripten/issues/23184): fix back to 15000 once Safari 15 is default
1447514475
self.assertContained('emcc: error: MIN_SAFARI_VERSION=120000 is not compatible with WASM_BIGINT (140100 or above required)', err)
1447614476

1447714477
err = self.expect_fail([EMCC, test_file('hello_world.c'), '-Wno-transpile', '-Werror', '-pthread', '-sMIN_CHROME_VERSION=73'])

0 commit comments

Comments
 (0)