Skip to content

Commit b83903a

Browse files
committed
Do not use entire sycl/sycl.hpp in small tests
1 parent b97b714 commit b83903a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sycl/test/extensions/DeviceImageBackendContent/negative_test.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %clang -fsycl -fsyntax-only -std=c++20 -Xclang -verify -Xclang -verify-ignore-unexpected=note,warning %s
22

3-
#include <sycl/sycl.hpp>
3+
#include <sycl/detail/core.hpp>
4+
#include <sycl/kernel_bundle.hpp>
45

56
class kernel;
67

0 commit comments

Comments
 (0)