summaryrefslogtreecommitdiff
path: root/test/reduce/imports.wast.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/reduce/imports.wast.txt')
-rw-r--r--test/reduce/imports.wast.txt7
1 files changed, 2 insertions, 5 deletions
diff --git a/test/reduce/imports.wast.txt b/test/reduce/imports.wast.txt
index 6807ffd26..adfd5ff04 100644
--- a/test/reduce/imports.wast.txt
+++ b/test/reduce/imports.wast.txt
@@ -1,10 +1,7 @@
(module
- (type $0 (func))
- (type $1 (func (result i32)))
- (import "env" "func" (func $fimport$0))
+ (type $0 (func (result i32)))
(export "x" (func $0))
- (func $0 (; 1 ;) (type $1) (result i32)
- (call $fimport$0)
+ (func $0 (; 0 ;) (type $0) (result i32)
(i32.const 5678)
)
)