Home
last modified time | relevance | path

Searched refs:seen_d2 (Results 1 – 1 of 1) sorted by relevance

/external/libcxx/test/std/input.output/filesystems/class.rec.dir.itr/rec.dir.itr.members/
Ddepth.pass.cpp43 bool seen_d1, seen_d2; in TEST_CASE() local
44 seen_d1 = seen_d2 = false; in TEST_CASE()
56 seen_d2 = true; in TEST_CASE()
62 TEST_REQUIRE(seen_d1 && seen_d2); in TEST_CASE()