Skip to content

Commit f91bb13

Browse files
committed
Fix code formatting
Signed-off-by: Mikhail Lychkov <[email protected]>
1 parent 22c95ef commit f91bb13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sycl/test/esimd/vadd.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
// RUN: %clangxx -fsycl -fno-legacy-pass-manager %s -o %t.out
55
// RUN: %RUN_ON_HOST %t.out
66

7-
// Check that the code compiles with -O0 and -g on both legacy and new Pass Managers
7+
// Check that the code compiles with -O0 and -g on both legacy and new Pass
8+
// Managers
89
// RUN: %clangxx -I %sycl_include %s -o %t.out -fsycl -fno-legacy-pass-manager -O0
910
// RUN: %clangxx -I %sycl_include %s -o %t.out -fsycl -flegacy-pass-manager -O0
1011
// RUN: %clangxx -I %sycl_include %s -o %t.out -fsycl -fno-legacy-pass-manager -O0 -g

0 commit comments

Comments
 (0)