summaryrefslogtreecommitdiff
path: root/scripts/test/shared.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/test/shared.py')
-rw-r--r--scripts/test/shared.py2
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'
]