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 687e037 commit ffc85b8Copy full SHA for ffc85b8
clang/test/SemaSYCL/array-kernel-param.cpp
@@ -303,7 +303,7 @@ int main() {
303
// CHECK-NEXT: IntegerLiteral {{.*}} 1
304
305
// Check Kernel_Array_Ptrs_2D parameters
306
-// CHECK: FunctionDecl {{.*}}Kernel_Array_Ptrs_2D 'void (__wrapper_class, __wrapper_class)'
+// CHECK: FunctionDecl {{.*}}Kernel_Array_Ptrs_2D{{.*}} 'void (__wrapper_class, __wrapper_class)'
307
// CHECK-NEXT: ParmVarDecl {{.*}} used _arg_ArrayOfPointers_2D '__wrapper_class'
308
// CHECK-NEXT: ParmVarDecl {{.*}} used _arg_ArrayOfPointers '__wrapper_class'
309
0 commit comments