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/rethrow.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/rethrow.txt')
-rw-r--r-- | test/wasm2c/spec/exception-handling/rethrow.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wasm2c/spec/exception-handling/rethrow.txt b/test/wasm2c/spec/exception-handling/rethrow.txt index 47d12732..909d6d20 100644 --- a/test/wasm2c/spec/exception-handling/rethrow.txt +++ b/test/wasm2c/spec/exception-handling/rethrow.txt @@ -1,5 +1,5 @@ ;;; TOOL: run-spec-wasm2c -;;; STDIN_FILE: third_party/testsuite_legacy/rethrow.wast +;;; STDIN_FILE: third_party/testsuite/proposals/exception-handling/legacy/rethrow.wast ;;; ARGS*: --enable-exceptions (;; STDOUT ;;; 12/12 tests passed. |