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 | 16 |
1 files changed, 10 insertions, 6 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 382b56824..6cf344e1f 100644 --- a/test/passes/remove-unused-names_code-folding_all-features.txt +++ b/test/passes/remove-unused-names_code-folding_all-features.txt @@ -1713,13 +1713,17 @@ (local $exn exnref) (block $folding-inner0 (try - (try - (nop) - (catch - (local.set $exn - (exnref.pop) + (do + (try + (do + (nop) + ) + (catch + (local.set $exn + (exnref.pop) + ) + (br $folding-inner0) ) - (br $folding-inner0) ) ) (catch |