diff options
Diffstat (limited to 'test/binaryen.js/call_import_error.js.txt')
-rw-r--r-- | test/binaryen.js/call_import_error.js.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/test/binaryen.js/call_import_error.js.txt b/test/binaryen.js/call_import_error.js.txt deleted file mode 100644 index 752f17b49..000000000 --- a/test/binaryen.js/call_import_error.js.txt +++ /dev/null @@ -1,12 +0,0 @@ -(module - (type $v (func)) - (import "env" "fn" (func $fn)) - (export "main" (func $main)) - (func $main (; 1 ;) (type $v) - (call $fn) - ) -) - -[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?) |