diff options
author | Sam Clegg <sbc@chromium.org> | 2024-05-13 11:40:32 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-13 11:40:32 -0700 |
commit | c24a216237e2731cc71885230bf7de5a9dfac5c7 (patch) | |
tree | 0d806a73abb2c6afd1e76e3627a608b2a7bba023 /test/wasm2c/spec/exception-handling/try_catch.txt | |
parent | 0df6c26d2a6122afcc2c32ff6b608326258d40d9 (diff) | |
download | wabt-c24a216237e2731cc71885230bf7de5a9dfac5c7.tar.gz wabt-c24a216237e2731cc71885230bf7de5a9dfac5c7.tar.bz2 wabt-c24a216237e2731cc71885230bf7de5a9dfac5c7.zip |
Update testsuite and corresponding update to comment parser (#2416)
The main change here is because `comments.wast` was updated to include
a "quoted" module at the top level.
Previously quoted modules had only been used as part of invalid or
malformed assertion expressions.
Diffstat (limited to 'test/wasm2c/spec/exception-handling/try_catch.txt')
-rw-r--r-- | test/wasm2c/spec/exception-handling/try_catch.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wasm2c/spec/exception-handling/try_catch.txt b/test/wasm2c/spec/exception-handling/try_catch.txt index fe7870a3..dde1ae07 100644 --- a/test/wasm2c/spec/exception-handling/try_catch.txt +++ b/test/wasm2c/spec/exception-handling/try_catch.txt @@ -1,5 +1,5 @@ ;;; TOOL: run-spec-wasm2c -;;; STDIN_FILE: third_party/testsuite/proposals/exception-handling/try_catch.wast +;;; STDIN_FILE: third_party/testsuite_legacy/try_catch.wast ;;; ARGS*: --enable-exceptions --enable-tail-call (;; STDOUT ;;; 29/29 tests passed. |