Skip to content

Commit 74acc39

Browse files
Update sycl_2020_deprecations.cpp
1 parent 5aeef52 commit 74acc39

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
@@ -176,7 +176,7 @@ int main() {
176176

177177
// expected-warning@+1{{'barrier' is deprecated: use 'ext_oneapi_barrier' instead}}
178178
Queue.submit([&](sycl::handler &CGH) { CGH.barrier(); });
179-
179+
180180
cl::sycl::multi_ptr<int, cl::sycl::access::address_space::global_space> a(
181181
nullptr);
182182
// expected-warning@+1 {{'atomic<int sycl::access::address_space::global_space>' is deprecated: sycl::atomic is deprecated since SYCL 2020}}

0 commit comments

Comments
 (0)