diff options
Diffstat (limited to 'scripts/test')
-rw-r--r-- | scripts/test/shared.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/test/shared.py b/scripts/test/shared.py index 681694e49..fe37d9105 100644 --- a/scripts/test/shared.py +++ b/scripts/test/shared.py @@ -229,7 +229,7 @@ V8_OPTS = [ '--wasm-staging', '--experimental-wasm-eh', '--experimental-wasm-simd', - '--experimental-wasm-anyref', + '--experimental-wasm-reftypes', '--experimental-wasm-compilation-hints', '--experimental-wasm-return-call' ] |