We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a174fa commit 22eb318Copy full SHA for 22eb318
clang/test/SemaSYCL/restrict-recursion3.cpp
@@ -16,7 +16,7 @@ void kernel3(void) {
16
using myFuncDef = int(int,int);
17
18
void usage3(myFuncDef functionPtr) {
19
- // expected-error@+1 1{{SYCL kernel cannot allocate storage}}
+ // expected-error@+1 {{SYCL kernel cannot allocate storage}}
20
int *ip = new int;
21
kernel3();
22
}
0 commit comments