Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[test] Fix wasm2js stale check failure (WebAssembly#6168)
I tried to exclude wasm2js asserts tests from `check_for_stale_files` in WebAssembly#6164, but ended up doing it incorrectly. The file I checked for was `wasm2js.wast.asserts`, while the output I should have excluded was `wasm2js.asserts.js`. This fixes the code so we now check the prefix and not the filename.
- Loading branch information