We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aeba2b commit 213d0e2Copy full SHA for 213d0e2
google_benchmark/src/benchmark.cc
@@ -379,6 +379,8 @@ void Report(BenchmarkReporter* display_reporter,
379
void RunBenchmarks(const std::vector<BenchmarkInstance>& benchmarks,
380
BenchmarkReporter* display_reporter,
381
BenchmarkReporter* file_reporter) {
382
+ auto& Err = display_reporter->GetErrorStream();
383
+
384
// Note the file_reporter can be null.
385
BM_CHECK(display_reporter != nullptr);
386
0 commit comments