[libcxx-commits] [PATCH] D89864: [libcxx] [test] Move use of statvfs to helper header
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Oct 21 05:20:19 PDT 2020
ldionne requested changes to this revision.
ldionne added inline comments.
This revision now requires changes to proceed.
================
Comment at: libcxx/test/support/filesystem_test_helper.h:87
+ return false;
+ TEST_CHECK(expect.f_bavail > 0);
+ TEST_CHECK(expect.f_bfree > 0);
----------------
We should use `assert` here.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89864/new/
https://reviews.llvm.org/D89864
More information about the libcxx-commits
mailing list