summaryrefslogtreecommitdiff
path: root/test/binaryen.js/call_import_error.js.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/binaryen.js/call_import_error.js.txt')
-rw-r--r--test/binaryen.js/call_import_error.js.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/binaryen.js/call_import_error.js.txt b/test/binaryen.js/call_import_error.js.txt
index d60d889d2..498f603e1 100644
--- a/test/binaryen.js/call_import_error.js.txt
+++ b/test/binaryen.js/call_import_error.js.txt
@@ -3,7 +3,7 @@
(import "env" "fn" (func $fn))
(memory $0 0)
(export "main" (func $main))
- (func $main (type $v)
+ (func $main (; 1 ;) (type $v)
(call $fn)
)
)
@@ -16,7 +16,7 @@
(import "env" "fn" (func $fn))
(memory $0 0)
(export "main" (func $main))
- (func $main (type $v)
+ (func $main (; 1 ;) (type $v)
(call $fn)
)
)