File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,9 +67,9 @@ TEST_CASE("VerifyIsSameVolume", "[filesystem]")
6767 std::filesystem::path path3 = L" localPath\\ test\\ folder" ;
6868 std::filesystem::path path4 = L" test\\ folder" ;
6969 std::filesystem::path path5 = L" D:\\ test\\ folder" ;
70- // path 6 dynamically generated below to be a non-existent drive letter
70+ // path 6 dynamically generated below to be a nonexistent drive letter
7171 std::filesystem::path path7 = L" d:\\ randomFolder" ;
72- // path 8 dynamically generated below to be a non-existent drive letter with different case than path 6
72+ // path 8 dynamically generated below to be a nonexistent drive letter with different case than path 6
7373 std::filesystem::path path9 = L" a" ;
7474 std::filesystem::path path10 = L" b" ;
7575
You can’t perform that action at this time.
0 commit comments