diff options
Diffstat (limited to 'test/passes/rse_all-features.wast')
-rw-r--r-- | test/passes/rse_all-features.wast | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/passes/rse_all-features.wast b/test/passes/rse_all-features.wast index 307b614e0..0f5f72c17 100644 --- a/test/passes/rse_all-features.wast +++ b/test/passes/rse_all-features.wast @@ -291,6 +291,7 @@ (func $try1 (local $x i32) (try + (do) (catch (drop (exnref.pop)) (local.set $x (i32.const 1)) |