Skip to content

Commit d0b10a9

Browse files
committed
[SYCL][E2E] Remove unnecessary -isystem
1 parent bdb6997 commit d0b10a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/Basic/interop/interop_all_backends.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %if target-spir %{ %{build} -o %t-opencl.out %}
2-
// RUN: %if target-nvidia %{ %{build} -isystem %sycl_include -DBUILD_FOR_CUDA -DSYCL_EXT_ONEAPI_BACKEND_CUDA_EXPERIMENTAL -o %t-cuda.out %}
2+
// RUN: %if target-nvidia %{ %{build} -DBUILD_FOR_CUDA -DSYCL_EXT_ONEAPI_BACKEND_CUDA_EXPERIMENTAL -o %t-cuda.out %}
33
// RUN: %if target-amd %{ %{build} -DBUILD_FOR_HIP -o %t-hip.out %}
44

55
#include <sycl/backend.hpp>

0 commit comments

Comments
 (0)