mirror of https://github.com/google/benchmark.git
Update perf_counters_gtest.cc (#1728)
This commit is contained in:
parent
2d2e07e3c5
commit
e523e454f2
|
@ -41,7 +41,7 @@ TEST(PerfCountersTest, NegativeTest) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
EXPECT_TRUE(PerfCounters::Initialize());
|
EXPECT_TRUE(PerfCounters::Initialize());
|
||||||
// Sanity checks
|
// Safety checks
|
||||||
// Create() will always create a valid object, even if passed no or
|
// Create() will always create a valid object, even if passed no or
|
||||||
// wrong arguments as the new behavior is to warn and drop unsupported
|
// wrong arguments as the new behavior is to warn and drop unsupported
|
||||||
// counters
|
// counters
|
||||||
|
|
Loading…
Reference in New Issue