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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to