diff options
Diffstat (limited to 'test/roundtrip/rethrow.txt')
-rw-r--r-- | test/roundtrip/rethrow.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/roundtrip/rethrow.txt b/test/roundtrip/rethrow.txt index 97850b85..dc445e86 100644 --- a/test/roundtrip/rethrow.txt +++ b/test/roundtrip/rethrow.txt @@ -1,7 +1,7 @@ ;;; TOOL: run-roundtrip ;;; ARGS: --stdout --enable-exceptions (module - (event $e0 (param i32)) + (tag $e0 (param i32)) (func try @@ -19,5 +19,5 @@ catch 0 rethrow 0 (;@1;) end) - (event (;0;) (type 0) (param i32))) + (tag (;0;) (type 0) (param i32))) ;;; STDOUT ;;) |