Fix weird (and wrong) comment in test.cpp
parent
2b10520999
commit
7109e8f9fd
|
@ -273,8 +273,8 @@ struct TestPath: public TestBase
|
||||||
expected fs::PathStartsWith results
|
expected fs::PathStartsWith results
|
||||||
0 = returns false
|
0 = returns false
|
||||||
1 = returns true
|
1 = returns true
|
||||||
2 = returns false on windows, false elsewhere
|
2 = returns false on windows, true elsewhere
|
||||||
3 = returns true on windows, true elsewhere
|
3 = returns true on windows, false elsewhere
|
||||||
4 = returns true if and only if
|
4 = returns true if and only if
|
||||||
FILESYS_CASE_INSENSITIVE is true
|
FILESYS_CASE_INSENSITIVE is true
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue