Skip to content

Commit

Permalink
Remove check for instance count in aql_tests (#1214)
Browse files Browse the repository at this point in the history
  • Loading branch information
ApoKalipse-V authored Nov 20, 2024
1 parent a976ed0 commit 55aea3e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/lib/rocprofiler-sdk/aql/tests/helpers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 55aea3e

Please sign in to comment.