Skip to content

Commit 9ef6b5f

Browse files
author
Alexander Batashev
committed
some fixes after clang-format
1 parent 6807b35 commit 9ef6b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test/warnings/sycl_2020_deprecations.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ int main() {
7676
(void)Mtx;
7777

7878
Queue.submit([](sycl::handler &CGH) {
79+
// expected-warning@+3{{'nd_range' is deprecated: offsets are deprecated in SYCL2020}}
7980
// expected-warning@+2{{'nd_range' is deprecated: offsets are deprecated in SYCL2020}}
80-
// expected-warning@+1{{'nd_range' is deprecated: offsets are deprecated in SYCL2020}}
8181
CGH.parallel_for<class Test>(
8282
sycl::nd_range<1>{sycl::range{10}, sycl::range{10}, sycl::range{1}},
8383
[](sycl::nd_item<1> it) {

0 commit comments

Comments
 (0)