Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirkhashev committed Jun 28, 2023
1 parent 7d8c0b4 commit 748bf43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/handler/handler_copy_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@ static void test_write_acc_copy_functions(log_helper lh,
"copy(accessor<$dataT, $dim_src, $mode_src, $target>, "
"accessor<$dataT, $dim_dst, $mode_dst, $target>)"));
}
#if SYCL_CTS_ENABLE_DEPRECATED_FEATURES_TESTS
#if SYCL_CTS_ENABLE_DEPRECATED_FEATURES_TESTS
{
if constexpr (mode_src == mode_t::read) {
// Check copy(accessor, accessor) with constant_buffer target
Expand Down

0 comments on commit 748bf43

Please sign in to comment.