Skip to content

Commit

Permalink
clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
ayylol committed Jun 7, 2024
1 parent 5a544c3 commit d887350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/test-e2e/USM/memcpy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ void check_on_device(queue q, int *arr) {
[&](handler &cgh) { cgh.memcpy(nullptr, ARR, sizeof(int) * N); }); \
q.wait_and_throw(); \
assert(false && "Expected error from copying to nullptr"); \
} catch (exception e) { \
} catch (exception e) { \
} \
/* Copying to nullptr should throw. */ \
q.submit([&](handler &cgh) { cgh.memcpy(nullptr, ARR, 0); }); \
Expand Down

0 comments on commit d887350

Please sign in to comment.