Skip to content

Commit 49f11fb

Browse files
committed
Move canonicalize_path tests into separate file
canonicalize_path has a lot of tests. Move these tests into its own .cpp file to avoid cluttering test-file.cpp. This commit should not change test coverage.
1 parent f114ea2 commit 49f11fb

File tree

3 files changed

+724
-633
lines changed

3 files changed

+724
-633
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ quick_lint_js_add_executable(
4040
test-error-formatter.cpp
4141
test-error-list.cpp
4242
test-error.cpp
43+
test-file-canonical.cpp
4344
test-file-path.cpp
4445
test-file.cpp
4546
test-gmo.cpp

0 commit comments

Comments
 (0)