Skip to content

Commit

Permalink
Fix weird (and wrong) comment in test.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
kahrl committed Dec 21, 2014
1 parent 2b10520 commit 7109e8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test.cpp
Expand Up @@ -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
*/
Expand Down

0 comments on commit 7109e8f

Please sign in to comment.