Skip to content

Commit 4afa5f9

Browse files
committed
Fix test on Windows
1 parent cfc0217 commit 4afa5f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/SemaSYCL/spec-const-kernel-arg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ int main() {
2121
});
2222
}
2323

24-
// CHECK: FunctionDecl {{.*}}kernel_sc 'void ()'
24+
// CHECK: FunctionDecl {{.*}}kernel_sc{{.*}} 'void ()'
2525
// CHECK: VarDecl {{.*}}'(lambda at {{.*}}'
2626
// CHECK-NEXT: InitListExpr {{.*}}'(lambda at {{.*}}'
2727
// CHECK-NEXT: CXXConstructExpr {{.*}}'cl::sycl::experimental::spec_constant<char, class MyInt32Const>':'cl::sycl::experimental::spec_constant<char, MyInt32Const>'

0 commit comments

Comments
 (0)