diff options
Diffstat (limited to 'test/passes/remove-unused-names_code-folding_all-features.wast')
-rw-r--r-- | test/passes/remove-unused-names_code-folding_all-features.wast | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/passes/remove-unused-names_code-folding_all-features.wast b/test/passes/remove-unused-names_code-folding_all-features.wast index ab5f222ca..b982a10fb 100644 --- a/test/passes/remove-unused-names_code-folding_all-features.wast +++ b/test/passes/remove-unused-names_code-folding_all-features.wast @@ -1254,7 +1254,7 @@ (call $foo) (call $foo) (call $foo) - (return (ref.null)) + (return (ref.null exn)) ) (catch (drop (exnref.pop)) @@ -1262,10 +1262,10 @@ (call $foo) (call $foo) (call $foo) - (return (ref.null)) + (return (ref.null exn)) ) ) - (ref.null) + (ref.null exn) ) (func $try-call-optimize-expression-tails (local $exn exnref) |