diff options
Diffstat (limited to 'test/parse/module/export-except.txt')
-rw-r--r-- | test/parse/module/export-except.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/parse/module/export-except.txt b/test/parse/module/export-except.txt index 187b2f24..d8b82460 100644 --- a/test/parse/module/export-except.txt +++ b/test/parse/module/export-except.txt @@ -1,5 +1,5 @@ ;;; TOOL: wat2wasm ;;; ARGS: --enable-exceptions (module - (except i32 i32) - (export "my_except" (except 0))) + (event i32 i32) + (export "my_event" (event 0))) |