summaryrefslogtreecommitdiff
path: root/test/reduce/memory_table.wast.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/reduce/memory_table.wast.txt')
-rw-r--r--test/reduce/memory_table.wast.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/reduce/memory_table.wast.txt b/test/reduce/memory_table.wast.txt
index 4e250f02a..fe9e82072 100644
--- a/test/reduce/memory_table.wast.txt
+++ b/test/reduce/memory_table.wast.txt
@@ -5,10 +5,10 @@
(export "f1" (func $0))
(export "f2" (func $1))
(export "f4" (func $2))
- (func $0 (; 0 ;)
+ (func $0
(nop)
)
- (func $1 (; 1 ;) (result i32)
+ (func $1 (result i32)
(i32.store
(i32.const 0)
(i32.const 65530)
@@ -17,7 +17,7 @@
(i32.const 0)
)
)
- (func $2 (; 2 ;) (result i32)
+ (func $2 (result i32)
(i32.add
(call $1)
(i32.const 1234)