Skip to content

Commit

Permalink
Merge pull request #931 from VerenaBeckham/verena/profile
Browse files Browse the repository at this point in the history
Remove testing of removed info::platform::profile.
  • Loading branch information
bader authored Sep 10, 2024
2 parents 02c2252 + 8021d40 commit 1807cc2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/platform/platform_info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ class TEST_NAME : public util::test_base {
*/
{
auto plt = util::get_cts_object::platform(cts_selector);
check_get_info_param<sycl::info::platform::profile, std::string>(log,
plt);
check_get_info_param<sycl::info::platform::version, std::string>(log,
plt);
check_get_info_param<sycl::info::platform::name, std::string>(log, plt);
Expand Down

0 comments on commit 1807cc2

Please sign in to comment.