Skip to content

Commit

Permalink
[js-api] Move JS API legacy tests into test/legacy (#305)
Browse files Browse the repository at this point in the history
This moves legacy JS API tests, which use the old `try` instruction,
into `test/legacy/js-api`. This also moves the legacy core tests from
`test/legacy` to `test/legacy/core`.
  • Loading branch information
aheejin committed Jun 10, 2024
1 parent 3b5e9e1 commit 87ae341
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/legacy/run.py → test/legacy/exceptions/core/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
arguments = parser.parse_args()
sys.argv = sys.argv[:1]

exceptions_test_files = glob.glob(os.path.join(inputDir, "exceptions", "*.wast"))
exceptions_test_files = glob.glob(os.path.join(inputDir, "*.wast"))

wasmCommand = arguments.wasm
jsCommand = arguments.js
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 87ae341

Please sign in to comment.