summaryrefslogtreecommitdiff
path: root/test/dot_s/exit.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/dot_s/exit.wast')
-rw-r--r--test/dot_s/exit.wast5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/dot_s/exit.wast b/test/dot_s/exit.wast
index 92963a847..9e71a9bdc 100644
--- a/test/dot_s/exit.wast
+++ b/test/dot_s/exit.wast
@@ -1,11 +1,10 @@
(module
- (memory $0 1)
(type $FUNCSIG$vi (func (param i32)))
(import "env" "exit" (func $exit (param i32)))
+ (table 0 anyfunc)
+ (memory $0 1)
(export "memory" (memory $0))
(export "main" (func $main))
- (table 0 anyfunc)
-
(func $main (result i32)
(local $0 i32)
(call $exit