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.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/reduce/memory_table.wast.txt b/test/reduce/memory_table.wast.txt
index 0a9a8a9e4..c8a265b1b 100644
--- a/test/reduce/memory_table.wast.txt
+++ b/test/reduce/memory_table.wast.txt
@@ -9,10 +9,10 @@
(export "f4" (func $0))
(func $0 (; 0 ;) (type $0) (result i32)
(i32.add
- (call_indirect $0
+ (call_indirect (type $0)
(i32.const 3)
)
- (call_indirect $0
+ (call_indirect (type $0)
(i32.const 0)
)
)