Remove check for instance count in aql_tests (#1214)

Este commit está contenido en:
Giovanni Lenzi Baraldi
2024-11-20 12:45:30 +01:00
cometido por GitHub
padre a976ed0783
commit 55aea3ef10
@@ -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();