Skip to content

Commit ddcde4f

Browse files
committed
ruff
1 parent 846455f commit ddcde4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ def load_previous_test_run_results():
108108
except FileNotFoundError:
109109
return {}
110110

111+
111112
def test_file(*path_components):
112113
"""Construct a path relative to the emscripten "tests" directory."""
113114
return str(Path(TEST_ROOT, *path_components))

0 commit comments

Comments
 (0)