summaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/wasm/gc-buffer.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/mjsunit/wasm/gc-buffer.js')
-rw-r--r--deps/v8/test/mjsunit/wasm/gc-buffer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/test/mjsunit/wasm/gc-buffer.js b/deps/v8/test/mjsunit/wasm/gc-buffer.js
index d8aa9a86d8..c7fdbbc47c 100644
--- a/deps/v8/test/mjsunit/wasm/gc-buffer.js
+++ b/deps/v8/test/mjsunit/wasm/gc-buffer.js
@@ -14,7 +14,7 @@ function run(f) {
builder.addImport("mod", "the_name_of_my_import", kSig_i_i);
builder.addFunction("main", kSig_i_i)
.addBody([
- kExprGetLocal, 0,
+ kExprLocalGet, 0,
kExprCallFunction, 0])
.exportAs("main");
print("module");