Foreach can now be recursive
This commit is contained in:
@@ -32,7 +32,7 @@ TEST_CASE("VirtualDirectory", "[Core][VirtualDirectory]")
|
||||
}
|
||||
if (name != "." && name != "..")
|
||||
FAIL("Got file " << name);
|
||||
}, true);
|
||||
}, false, true);
|
||||
|
||||
CHECK(dot);
|
||||
CHECK(dotDot);
|
||||
|
||||
Reference in New Issue
Block a user