Skip to content

Commit 373dd69

Browse files
Add test comment
1 parent 6fd86bf commit 373dd69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/test/SemaSYCL/undefined-functor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %clang_cc1 -fsycl-is-device -internal-isystem %S/Inputs -sycl-std=2020 -verify -fsyntax-only %s
2+
// This test checks that an error is thrown when a functor without a call operator defined is used as a kernel.
23

34
#include "sycl.hpp"
45

0 commit comments

Comments
 (0)