| 101 | } // namespace |
| 102 | |
| 103 | TEST(RecordReaderWriterTest, TestFlush) { |
| 104 | io::RecordWriterOptions options; |
| 105 | VerifyFlush(options); |
| 106 | } |
| 107 | |
| 108 | TEST(RecordReaderWriterTest, TestZlibSyncFlush) { |
| 109 | io::RecordWriterOptions options; |
nothing calls this directly
no test coverage detected