Home
last modified time | relevance | path

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

/external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.space/
Dspace.pass.cpp99 const std::uintmax_t bad_value = static_cast<std::uintmax_t>(-1); in TEST_CASE() local
119 TEST_CHECK(info.capacity != bad_value); in TEST_CASE()
121 TEST_CHECK(info.free != bad_value); in TEST_CASE()
123 TEST_CHECK(info.available != bad_value); in TEST_CASE()