Home
last modified time | relevance | path

Searched refs:BadRet (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.cpp70 const auto BadRet = static_cast<std::uintmax_t>(-1); in TEST_CASE() local
74 TEST_CHECK(fs::remove_all(p, ec) == BadRet); in TEST_CASE()