Skip to content

Commit 446c7d1

Browse files
authored
Rename codesize expectation files. NFC (#25393)
This matches the `run_codesize_test` test helper.
1 parent 4af9da7 commit 446c7d1

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

test/test_codesize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def test_minimal_runtime_code_size(self, test_name, wasm2js, compare_js_output=F
124124
# Note that we do not compare the full wasm output since that is
125125
# even more fragile and can change with LLVM updates.
126126
if compare_js_output:
127-
js_out = test_file('codesize', test_name + '.js')
127+
js_out = test_file('codesize', test_name + '.expected.js')
128128
terser = shared.get_npm_cmd('terser')
129129
# N.b. this requires node in PATH, it does not run against NODE from
130130
# Emscripten config file. If you have this line fail, make sure 'node' is

0 commit comments

Comments
 (0)