Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
H A Dlast_write_time.pass.cpp454 file_time_type ftime2 = last_write_time(file); in TEST_CASE() local
457 TEST_CHECK(ftime2 > ftime); in TEST_CASE()
459 TEST_CHECK(CompareTime(LastWriteTime(file), ftime2)); in TEST_CASE()