Skip to content

Commit

Permalink
Factor out assert test fix to WebAssembly#6164
Browse files Browse the repository at this point in the history
  • Loading branch information
aheejin committed Dec 10, 2023
1 parent 69ab50b commit ec41916
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/test/wasm2js.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ def check_for_stale_files():

all_files = os.listdir(shared.get_test_dir('wasm2js'))
for f in all_files:
if f in assert_tests:
continue
prefix = f.split('.')[0]
if prefix not in all_tests:
shared.fail_with_error('orphan test output: %s' % f)
Expand Down

0 comments on commit ec41916

Please sign in to comment.