Skip to content

Commit 4e0eb0b

Browse files
tomdeakinbader
andauthored
Update tests/queue/queue_shortcuts_explicit_fp16.cpp
Co-authored-by: Alexey Bader <[email protected]>
1 parent f3af1f7 commit 4e0eb0b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/queue/queue_shortcuts_explicit_fp16.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ TEST_CASE("queue shortcuts explicit copy fp16", "[queue]") {
3030
auto queue = util::get_cts_object::queue();
3131
if (!queue.get_device().has(sycl::aspect::fp16)) {
3232
SKIP(
33-
"Device does not support half precision floating point operations"
34-
"Skipping the test case.");
33+
"Device does not support half precision floating point operations.");
3534
}
3635

3736
check_queue_shortcuts_explicit_for_type<sycl::half>{}(queue, "sycl::half");

0 commit comments

Comments
 (0)