diff options
Diffstat (limited to 'test/parse/module/export-event.txt')
-rw-r--r-- | test/parse/module/export-event.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/parse/module/export-event.txt b/test/parse/module/export-event.txt deleted file mode 100644 index 98b88cc8..00000000 --- a/test/parse/module/export-event.txt +++ /dev/null @@ -1,5 +0,0 @@ -;;; TOOL: wat2wasm -;;; ARGS: --enable-exceptions -(module - (event (param i32 i32)) - (export "my_event" (event 0))) |