Skip to content

Commit

Permalink
Update perf_counters_gtest.cc (#1728)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamptonm1 authored Jan 4, 2024
1 parent 2d2e07e commit e523e45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/perf_counters_gtest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ TEST(PerfCountersTest, NegativeTest) {
return;
}
EXPECT_TRUE(PerfCounters::Initialize());
// Sanity checks
// Safety checks
// Create() will always create a valid object, even if passed no or
// wrong arguments as the new behavior is to warn and drop unsupported
// counters
Expand Down

0 comments on commit e523e45

Please sign in to comment.