Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(288)

Unified Diff: test/mjsunit/wasm/export-table.js

Issue 2361053004: Revert of [wasm] Master CL for Binary 0xC changes. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/mjsunit/wasm/exceptions.js ('k') | test/mjsunit/wasm/ffi.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/wasm/export-table.js
diff --git a/test/mjsunit/wasm/export-table.js b/test/mjsunit/wasm/export-table.js
index 6d21cf579036761f8e5d545140788ccc9bdfdee9..2084ddfc0aa8a5a0dff0b5e9b10a4fbb9a3ab444 100644
--- a/test/mjsunit/wasm/export-table.js
+++ b/test/mjsunit/wasm/export-table.js
@@ -15,7 +15,7 @@
.addBody([
kExprI8Const,
kReturnValue,
- kExprReturn
+ kExprReturn, kArity1
])
.exportFunc();
@@ -36,7 +36,7 @@
.addBody([
kExprI8Const,
kReturnValue,
- kExprReturn
+ kExprReturn, kArity1
])
.exportAs("blah")
.exportAs("foo");
@@ -61,7 +61,7 @@
.addBody([
kExprI8Const,
kReturnValue,
- kExprReturn
+ kExprReturn, kArity1
])
.exportAs("0");
« no previous file with comments | « test/mjsunit/wasm/exceptions.js ('k') | test/mjsunit/wasm/ffi.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698