diff options
Diffstat (limited to 'test/passes/code-pushing_all-features.txt')
-rw-r--r-- | test/passes/code-pushing_all-features.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/passes/code-pushing_all-features.txt b/test/passes/code-pushing_all-features.txt index 5226a7b3c..19931399d 100644 --- a/test/passes/code-pushing_all-features.txt +++ b/test/passes/code-pushing_all-features.txt @@ -105,14 +105,14 @@ (local.set $x (i32.const 1) ) - (try $try + (try $l0 (do (throw $e (i32.const 0) ) ) (catch_all - (rethrow 0) + (rethrow $l0) ) ) (drop |