diff options
Diffstat (limited to 'test/passes/code-folding.wast')
-rw-r--r-- | test/passes/code-folding.wast | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/passes/code-folding.wast b/test/passes/code-folding.wast index ca1768c16..32a32b28b 100644 --- a/test/passes/code-folding.wast +++ b/test/passes/code-folding.wast @@ -7,7 +7,7 @@ (if (i32.const 1) (block $label$3 - (call_indirect $13 + (call_indirect (type $13) (block $label$4 (result f32) ;; but this type may change dangerously (nop) ;; fold this (br $label$3) |