Skip to content

Commit 53e3f54

Browse files
Erich Keanebader
andauthored
Update clang/test/SemaSYCL/kernel-not-functor.cpp
Co-authored-by: Alexey Bader <[email protected]>
1 parent 1428bfc commit 53e3f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/SemaSYCL/kernel-not-functor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1 -I %S/Inputs -fsycl -fsycl-is-device -fsyntax-only -verify %s
1+
// RUN: %clang_cc1 -fsycl -fsycl-is-device -fsyntax-only -verify %s
22

33
template <typename Name, typename F>
44
__attribute__((sycl_kernel)) void kernel(F kernelFunc) {

0 commit comments

Comments
 (0)