Skip to content

Commit 4114094

Browse files
authored
Remove old v8 flag. NFC (#19677)
Current v8 builds report `Warning: unknown flag --experimental-wasm-eh`.
1 parent 6c6900f commit 4114094

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/common.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,6 @@ def require_wasm_eh(self):
585585
if config.V8_ENGINE and config.V8_ENGINE in self.js_engines:
586586
self.emcc_args.append('-sENVIRONMENT=shell')
587587
self.js_engines = [config.V8_ENGINE]
588-
self.v8_args.append('--experimental-wasm-eh')
589588
return
590589

591590
if 'EMTEST_SKIP_EH' in os.environ:

0 commit comments

Comments
 (0)