mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix weird (and wrong) comment in test.cpp
This commit is contained in:
parent
2b10520999
commit
7109e8f9fd
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue