TyanNN added inline comments.
================ Comment at: libcxx/trunk/test/std/experimental/filesystem/fs.op.funcs/fs.op.remove_all/remove_all.pass.cpp:86 + + TEST_CHECK(fs::remove_all(p) == 0); + TEST_CHECK(!ec); ---------------- EricWF wrote: > This test is incorrect. `ec` isn't passed to the function. Indeed it isn't. I will fix it later today and commit. Repository: rL LLVM https://reviews.llvm.org/D41830 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits