Skip to content

Commit bba50f2

Browse files
author
Sergey Kanaev
committed
[SYCL] Reorder comment and LIT lines
Signed-off-by: Sergey Kanaev <[email protected]>
1 parent 7a4639a commit bba50f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/SemaSYCL/sycl-varargs-cconv.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
// The following runs only uses -Wno-sycl-strict to bypass SYCL_EXTERNAL applied
2+
// to funtion with raw pointer parameter
13
// RUN: %clang_cc1 -fsycl-is-device -verify -Wno-sycl-strict -fsyntax-only %s
24
// RUN: %clang_cc1 -fsycl-is-device -verify -Wno-sycl-strict -fsyntax-only -DPRINTF_INVALID_DEF %s
3-
// The following run only uses -Wno-sycl-strict to bypass SYCL_EXTERNAL applied
4-
// to funtion with raw pointer parameter
55
// RUN: %clang_cc1 -fsycl-is-device -verify -fsyntax-only -Wno-sycl-strict -DPRINTF_INVALID_DECL %s
66
// RUN: %clang_cc1 -fsycl-is-device -verify -fsyntax-only -Wno-sycl-strict -DPRINTF_VALID1 %s
77
// RUN: %clang_cc1 -fsycl-is-device -verify -fsyntax-only -Wno-sycl-strict -DPRINTF_VALID2 %s

0 commit comments

Comments
 (0)