Index: test/mjsunit/wasm/function-prototype.js |
diff --git a/test/mjsunit/wasm/function-prototype.js b/test/mjsunit/wasm/function-prototype.js |
index fdf788f773493c8f7f26f1093bb91e3495dbe80c..25339adea755318851dd7dfad5e288162d81b636 100644 |
--- a/test/mjsunit/wasm/function-prototype.js |
+++ b/test/mjsunit/wasm/function-prototype.js |
@@ -10,7 +10,7 @@ |
(function TestFunctionPrototype() { |
var builder = new WasmModuleBuilder(); |
- builder.addFunction("nine", kSig_i_v) |
+ builder.addFunction("nine", kSig_i) |
.addBody([kExprI8Const, 9]) |
.exportFunc(); |