Skip to content

Commit 1a1237c

Browse files
committed
Ignore clang-format concern
Signed-off-by: Dmitry Sidorov <[email protected]>
1 parent fc5aa11 commit 1a1237c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test/multi_ptr/multi_ptr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ void testMultPtrArrowOperator() {
152152
auto x1 = ptr_1->x;
153153
auto x2 = ptr_2->x;
154154
auto x3 = ptr_3->x;
155-
auto x4 = ptr_4 -> x;
155+
auto x4 = ptr_4->x;
156156

157157
static_assert(std::is_same<decltype(x1), T>::value,
158158
"Expected decltype(ptr_1->x) == T");

0 commit comments

Comments
 (0)