[PATCH] D47557: Filesystem tests: un-confuse write time
Eric Fiselier via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 31 18:23:57 PDT 2018
EricWF accepted this revision.
EricWF added a comment.
This revision is now accepted and ready to land.
LGTM after addressing inline comments.
================
Comment at: test/std/experimental/filesystem/fs.op.funcs/fs.op.last_write_time/last_write_time.pass.cpp:257
+ TEST_CHECK(LastWriteTime(file) == Clock::to_time_t(ftime2));
}
----------------
What happened to the test for the directory? Can we add
```
TEST_CHECK(LastWriteTime(dir) == Clock::to_time_t(dtime2));
```
Repository:
rCXX libc++
https://reviews.llvm.org/D47557
More information about the cfe-commits
mailing list