summaryrefslogtreecommitdiff
path: root/src/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/test.cpp')
-rw-r--r--src/test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test.cpp b/src/test.cpp
index fa18989e5..c30af0d1f 100644
--- a/src/test.cpp
+++ b/src/test.cpp
@@ -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
*/