Skip to content

Commit 92e16ca

Browse files
committed
Fix formatting issue
Signed-off-by: Zahira Ammarguellat <[email protected]>
1 parent 637cde4 commit 92e16ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/SemaSYCL/esimd-special-class.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ void test() {
1515
q.submit([&](handler &h) {
1616
cl::sycl::sampler smplr;
1717
cl::sycl::stream Stream(1024, 128, h);
18-
// expected-note@+1{{in instantiation of function template specialization}}
18+
// expected-note@+1{{in instantiation of function template specialization}}
1919
h.single_task<class esimd_kernel>(
2020
// expected-error@+1{{type 'sampler' is not supported in 'esimd' context}}
2121
[=]() [[intel::sycl_explicit_simd]] { smplr.use(); });

0 commit comments

Comments
 (0)