Index: test/mjsunit/wasm/js-api.js |
diff --git a/test/mjsunit/wasm/js-api.js b/test/mjsunit/wasm/js-api.js |
index 47965c0ffbee13e915b947e28884b9297c7f4c07..ea7e58d5625ec8cc6c22284dce5a9fea0be2d6dc 100644 |
--- a/test/mjsunit/wasm/js-api.js |
+++ b/test/mjsunit/wasm/js-api.js |
@@ -39,7 +39,7 @@ let exportingModuleBinary = (() => { |
let importingModuleBinary = (() => { |
var builder = new WasmModuleBuilder(); |
- builder.addImport("f", kSig_i_v); |
+ builder.addImport("", "f", kSig_i_v); |
return new Int8Array(builder.toBuffer()); |
})(); |