diff --git a/snappy_unittest.cc b/snappy_unittest.cc index 82291c4..37159c3 100644 --- a/snappy_unittest.cc +++ b/snappy_unittest.cc @@ -1479,7 +1479,7 @@ static void BM_ZFlatIncreasingTableSize(int iters, int arg) { for (int i = 0; i < dst.size(); ++i) { delete[] dst[i]; } - SetBenchmarkLabel(StringPrintf("%zd tables", contents.size())); + SetBenchmarkLabel(StrFormat("%zd tables", contents.size())); } BENCHMARK(BM_ZFlatIncreasingTableSize)->DenseRange(0, 0);