| 13 | #include <butil/logging.h> |
| 14 | |
| 15 | class FsyncTest : public testing::Test { |
| 16 | }; |
| 17 | |
| 18 | TEST_F(FsyncTest, benchmark_append) { |
| 19 | butil::fd_guard fd(::open("fsync.data", O_RDWR | O_CREAT | O_TRUNC, 0644)); |
nothing calls this directly
no outgoing calls
no test coverage detected