Skip to content

Commit 1bf0903

Browse files
committed
Formatting changes.
1 parent 983b3d5 commit 1bf0903

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

clang/test/CodeGenSYCL/kernel-param-acc-array-ih.cpp

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
// RUN: %clang -I %S/Inputs -fsycl-device-only -Xclang -fsycl-int-header=/iusers/rdeodhar/work/dpcc/jira/7004/t.h %s -c -o %T/kernel.spv
2-
// RUN: FileCheck -input-file=%t.h %s
1+
// RUN: %clang -I %S/Inputs -fsycl-device-only -Xclang
2+
// -fsycl-int-header=/iusers/rdeodhar/work/dpcc/jira/7004/t.h %s -c -o
3+
// %T/kernel.spv RUN: FileCheck -input-file=%t.h %s
34

45
// This test checks the integration header generated when
56
// the kernel argument is an Accessor array.
@@ -49,8 +50,5 @@ int main() {
4950

5051
Accessor acc[2];
5152

52-
a_kernel<class kernel_A>(
53-
[=]() {
54-
acc[1].use();
55-
});
53+
a_kernel<class kernel_A>([=]() { acc[1].use(); });
5654
}

0 commit comments

Comments
 (0)