summaryrefslogtreecommitdiff
path: root/test/binaryen.js/call_import_error.js.txt
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2017-11-14 09:28:44 -0800
committerGitHub <noreply@github.com>2017-11-14 09:28:44 -0800
commit4231ff2f3c9bcbaa639659b39618e4a46db9eb23 (patch)
treeaf2381f7c019ceb634b3cac66b7a3b7853f8dc3c /test/binaryen.js/call_import_error.js.txt
parent0cc695efaf1423fb8615a302ed28f9142252eb16 (diff)
downloadbinaryen-4231ff2f3c9bcbaa639659b39618e4a46db9eb23.tar.gz
binaryen-4231ff2f3c9bcbaa639659b39618e4a46db9eb23.tar.bz2
binaryen-4231ff2f3c9bcbaa639659b39618e4a46db9eb23.zip
fix some tests that broke due to recent merges (#1287)
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)
- )
-)