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
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. This is currently breaking the main branch, which was caused by me landing multiple PRs at once. Sorry for the breakage. Landing this will fix it.
- Loading branch information