diff options
Diffstat (limited to 'test/passes/remove-unused-names_code-folding_all-features.txt')
-rw-r--r-- | test/passes/remove-unused-names_code-folding_all-features.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/passes/remove-unused-names_code-folding_all-features.txt b/test/passes/remove-unused-names_code-folding_all-features.txt index 1cb02c26e..946545144 100644 --- a/test/passes/remove-unused-names_code-folding_all-features.txt +++ b/test/passes/remove-unused-names_code-folding_all-features.txt @@ -1799,7 +1799,7 @@ (call $foo) (call $foo) (return - (ref.null) + (ref.null exn) ) ) (catch @@ -1811,11 +1811,11 @@ (call $foo) (call $foo) (return - (ref.null) + (ref.null exn) ) ) ) - (ref.null) + (ref.null exn) ) (func $try-call-optimize-expression-tails (local $exn exnref) |