Remove check for instance count in aql_tests (#1214)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
a976ed0783
Коммит
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();
|
||||
|
||||
Ссылка в новой задаче
Block a user