Fix weird (and wrong) comment in test.cpp

master
Kahrl 2014-12-21 13:20:42 +01:00
parent 2b10520999
commit 7109e8f9fd
1 changed files with 2 additions and 2 deletions

View File

@ -273,8 +273,8 @@ struct TestPath: public TestBase
expected fs::PathStartsWith results
0 = returns false
1 = returns true
2 = returns false on windows, false elsewhere
3 = returns true on windows, true elsewhere
2 = returns false on windows, true elsewhere
3 = returns true on windows, false elsewhere
4 = returns true if and only if
FILESYS_CASE_INSENSITIVE is true
*/