Skip to content

Commit 7109e8f

Browse files
committedDec 21, 2014
Fix weird (and wrong) comment in test.cpp
1 parent 2b10520 commit 7109e8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/test.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,8 @@ struct TestPath: public TestBase
273273
expected fs::PathStartsWith results
274274
0 = returns false
275275
1 = returns true
276-
2 = returns false on windows, false elsewhere
277-
3 = returns true on windows, true elsewhere
276+
2 = returns false on windows, true elsewhere
277+
3 = returns true on windows, false elsewhere
278278
4 = returns true if and only if
279279
FILESYS_CASE_INSENSITIVE is true
280280
*/

0 commit comments

Comments
 (0)
Please sign in to comment.