summaryrefslogtreecommitdiff
path: root/test/llvm_autogenerated/cpus.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/llvm_autogenerated/cpus.wast')
-rw-r--r--test/llvm_autogenerated/cpus.wast3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/llvm_autogenerated/cpus.wast b/test/llvm_autogenerated/cpus.wast
index d528c58fd..cdef27ee8 100644
--- a/test/llvm_autogenerated/cpus.wast
+++ b/test/llvm_autogenerated/cpus.wast
@@ -1,10 +1,9 @@
(module
+ (table 0 anyfunc)
(memory $0 1)
(data (i32.const 4) "\10\04\00\00")
(export "memory" (memory $0))
(export "f" (func $f))
- (table 0 anyfunc)
-
(func $f (param $0 i32) (result i32)
(get_local $0)
)