Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.remove_all/
H A Dremove_all.pass.cpp145 const std::size_t expected_count = sizeof(all_files) / sizeof(all_files[0]); in TEST_CASE() local
148 TEST_CHECK(remove_all(dir, ec) == expected_count); in TEST_CASE()