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 | 1 |
1 files changed, 0 insertions, 1 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 a35fe6cda..823ed45eb 100644 --- a/test/passes/remove-unused-names_code-folding_all-features.wast +++ b/test/passes/remove-unused-names_code-folding_all-features.wast @@ -1273,7 +1273,6 @@ (try (do ;; Expressions that can throw should NOT be taken out of 'try' scope. - (local.set $exn (pop exnref)) (call $foo) (call $foo) (call $foo) |