summaryrefslogtreecommitdiff
path: root/test/dot_s/indidx.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/dot_s/indidx.wast')
-rw-r--r--test/dot_s/indidx.wast8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/dot_s/indidx.wast b/test/dot_s/indidx.wast
index 8c3cc60a5..c96043b0c 100644
--- a/test/dot_s/indidx.wast
+++ b/test/dot_s/indidx.wast
@@ -1,14 +1,14 @@
(module
- (memory $0 1)
- (data (i32.const 16) "\04\00\00\00\02\00\00\00\01\00\00\00\03\00\00\00")
(type $FUNCSIG$i (func (result i32)))
(type $FUNCSIG$v (func))
(import "env" "getchar" (func $getchar (result i32)))
+ (table 5 5 anyfunc)
+ (elem (i32.const 0) $__wasm_nullptr $c $b $d $a)
+ (memory $0 1)
+ (data (i32.const 16) "\04\00\00\00\02\00\00\00\01\00\00\00\03\00\00\00")
(export "memory" (memory $0))
(export "main" (func $main))
(export "dynCall_i" (func $dynCall_i))
- (table 5 5 anyfunc)
- (elem (i32.const 0) $__wasm_nullptr $c $b $d $a)
(func $a (type $FUNCSIG$i) (result i32)
(i32.const 0)
)