summaryrefslogtreecommitdiff
path: root/test/export-import.wast.from-wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/export-import.wast.from-wast')
-rw-r--r--test/export-import.wast.from-wast2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/export-import.wast.from-wast b/test/export-import.wast.from-wast
index f8ebdfd24..b56bd3f93 100644
--- a/test/export-import.wast.from-wast
+++ b/test/export-import.wast.from-wast
@@ -1,7 +1,7 @@
(module
(type $v (func))
(import "env" "test2" (global $test2 i32))
- (import "env" "test1" (func $test1))
+ (import "env" "test1" (func $test1 (type $v)))
(export "test1" (func $test1))
(export "test2" (global $test2))
)