diff options
Diffstat (limited to 'test/wasm2c/spec/exception-handling/rethrow.txt')
-rw-r--r-- | test/wasm2c/spec/exception-handling/rethrow.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/wasm2c/spec/exception-handling/rethrow.txt b/test/wasm2c/spec/exception-handling/rethrow.txt new file mode 100644 index 00000000..7f1903cf --- /dev/null +++ b/test/wasm2c/spec/exception-handling/rethrow.txt @@ -0,0 +1,6 @@ +;;; TOOL: run-spec-wasm2c +;;; STDIN_FILE: third_party/testsuite/proposals/exception-handling/rethrow.wast +;;; ARGS*: --enable-exceptions +(;; STDOUT ;;; +12/12 tests passed. +;;; STDOUT ;;) |