Skip to content

Commit 22eb318

Browse files
committed
[SYCL] Minor fix in a test
Signed-off-by: Mariya Podchishchaeva <[email protected]>
1 parent 1a174fa commit 22eb318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/SemaSYCL/restrict-recursion3.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ void kernel3(void) {
1616
using myFuncDef = int(int,int);
1717

1818
void usage3(myFuncDef functionPtr) {
19-
// expected-error@+1 1{{SYCL kernel cannot allocate storage}}
19+
// expected-error@+1 {{SYCL kernel cannot allocate storage}}
2020
int *ip = new int;
2121
kernel3();
2222
}

0 commit comments

Comments
 (0)