summaryrefslogtreecommitdiff
path: root/test/passes/directize.wast
diff options
context:
space:
mode:
Diffstat (limited to 'test/passes/directize.wast')
-rw-r--r--test/passes/directize.wast2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/passes/directize.wast b/test/passes/directize.wast
index 7deb2572c..4385aa18a 100644
--- a/test/passes/directize.wast
+++ b/test/passes/directize.wast
@@ -185,7 +185,7 @@
(func $0
(block ;; the type of this block will change
(nop)
- (call_indirect (type $0)
+ (call_indirect (type 0)
(i32.const 15)
)
)