| 1394 | |
| 1395 | int numAggregationsRun = 0; |
| 1396 | void aggregation(const char*, ...) { |
| 1397 | ++numAggregationsRun; |
| 1398 | } |
| 1399 | |
| 1400 | TEST_F(LogTest, decompressNextLogStatement) { |
| 1401 | const char *testFile = "/tmp/testFile"; |
nothing calls this directly
no outgoing calls
no test coverage detected