Remove check for instance count in aql_tests (#1214)

[ROCm/rocprofiler-sdk commit: 55aea3ef10]
This commit is contained in:
Giovanni Lenzi Baraldi
2024-11-20 12:45:30 +01:00
committed by GitHub
orang tua a71d6dc340
melakukan 3291f05e2e
@@ -187,7 +187,6 @@ TEST(aql_helpers, get_query_info_compare_v1)
EXPECT_EQ(query.id, query_v1.id);
EXPECT_EQ(std::string(query.name), std::string(query_v1.name));
EXPECT_EQ(query.instance_count, query_v1.instance_count);
}
}
hsa_shut_down();