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.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/test/binaryen.js/call_import_error.js.txt b/test/binaryen.js/call_import_error.js.txt
index 498f603e1..6f2e3b2ac 100644
--- a/test/binaryen.js/call_import_error.js.txt
+++ b/test/binaryen.js/call_import_error.js.txt
@@ -11,12 +11,3 @@
[wasm-validator error in function $main] unexpected false: call target must exist, on
[none] (call $fn)
(perhaps it should be a CallImport instead of Call?)
-(module
- (type $v (func))
- (import "env" "fn" (func $fn))
- (memory $0 0)
- (export "main" (func $main))
- (func $main (; 1 ;) (type $v)
- (call $fn)
- )
-)