Small error printout on test (#781)

[ROCm/rocprofiler-sdk commit: d173dd5c04]
This commit is contained in:
Benjamin Welton
2024-04-17 08:54:56 -07:00
committed by GitHub
parent 0828f8723f
commit b7ed11552b
@@ -172,7 +172,8 @@ TEST(metrics, check_agent_valid)
for(const auto& metric : other_counters)
{
if(common_metrics.count(metric.id())) continue;
EXPECT_EQ(counters::checkValidMetric(gfx, metric), false);
EXPECT_EQ(counters::checkValidMetric(gfx, metric), false)
<< fmt::format("GFX {} has Metric {} but shouldn't", gfx, metric);
}
}
}