Skip to content

Commit 619cf1b

Browse files
committed
updating testcase based on comments
Signed-off-by: Arvind Sudarsanam <[email protected]>
1 parent f52424e commit 619cf1b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

clang/test/SemaSYCL/lambda_implicit_capture_this.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
// RUN: %clang_cc1 -I %S/Inputs -fsycl -fsycl-is-device -verify %s
2-
3-
#include <sycl.hpp>
1+
// RUN: %clang_cc1 -I %S/Inputs -fsycl -fsycl-is-device -fsyntax-only -verify %s
42

53
template <typename name, typename Func>
64
__attribute__((sycl_kernel)) void kernel(Func kernelFunc) {

0 commit comments

Comments
 (0)