summaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/wasm/user-properties-exported.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/mjsunit/wasm/user-properties-exported.js')
-rw-r--r--deps/v8/test/mjsunit/wasm/user-properties-exported.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/test/mjsunit/wasm/user-properties-exported.js b/deps/v8/test/mjsunit/wasm/user-properties-exported.js
index 80f2077f3c..0b2f249e05 100644
--- a/deps/v8/test/mjsunit/wasm/user-properties-exported.js
+++ b/deps/v8/test/mjsunit/wasm/user-properties-exported.js
@@ -13,7 +13,7 @@ load("test/mjsunit/wasm/user-properties-common.js");
var builder = new WasmModuleBuilder();
builder.addFunction("exp", kSig_i_i)
.addBody([
- kExprGetLocal, 0,
+ kExprLocalGet, 0,
kExprCallFunction, 0])
.exportAs("exp");
let module1 = builder.toModule();