diff options
author | Soni L. <EnderMoneyMod@gmail.com> | 2024-10-31 00:24:16 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-31 03:24:16 +0000 |
commit | da297e0ebfcab3d8626ed18a87d51a84259e0e22 (patch) | |
tree | b2b07afd804f0fff15d6c0beec3be01e70d509e7 /test/wasm2c/spec/exception-handling/try_catch.txt | |
parent | 6a5cbb94fad9b375469d6433429521988b1de20b (diff) | |
download | wabt-da297e0ebfcab3d8626ed18a87d51a84259e0e22.tar.gz wabt-da297e0ebfcab3d8626ed18a87d51a84259e0e22.tar.bz2 wabt-da297e0ebfcab3d8626ed18a87d51a84259e0e22.zip |
test: Move legacy exception handling tests (NFC) (#2498)
Diffstat (limited to 'test/wasm2c/spec/exception-handling/try_catch.txt')
-rw-r--r-- | test/wasm2c/spec/exception-handling/try_catch.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/wasm2c/spec/exception-handling/try_catch.txt b/test/wasm2c/spec/exception-handling/try_catch.txt index dde1ae07..18fbe4c2 100644 --- a/test/wasm2c/spec/exception-handling/try_catch.txt +++ b/test/wasm2c/spec/exception-handling/try_catch.txt @@ -1,6 +1,6 @@ ;;; TOOL: run-spec-wasm2c -;;; STDIN_FILE: third_party/testsuite_legacy/try_catch.wast +;;; STDIN_FILE: third_party/testsuite/proposals/exception-handling/legacy/try_catch.wast ;;; ARGS*: --enable-exceptions --enable-tail-call (;; STDOUT ;;; -29/29 tests passed. +31/31 tests passed. ;;; STDOUT ;;) |