Skip to content

Commit

Permalink
Fix placeholder test name
Browse files Browse the repository at this point in the history
Signed-off-by: Larsen, Steffen <[email protected]>
  • Loading branch information
steffenlarsen committed Sep 24, 2024
1 parent 83c05ec commit e000ce1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ using namespace generic_accessor_placeholder_zero_length_buffer_range_constructo
namespace generic_accessor_placeholder_zero_length_buffer_range_constructor_core {

DISABLED_FOR_TEMPLATE_LIST_TEST_CASE(hipSYCL)
("Generic sycl::accessor placeholder zero-length buffer range constructor. "
"CTS_TYPE",
(CTS_TYPE_NAME + " Generic sycl::accessor placeholder zero-length buffer range constructor. ",
"[accessor]", test_combinations)({
auto queue = sycl_cts::util::get_cts_object::queue();
if constexpr (std::is_same_v<std::remove_cv_t<CTS_TYPE>, sycl::half>) {
Expand Down

0 comments on commit e000ce1

Please sign in to comment.