Skip to content

Commit 2395022

Browse files
authored
[SYCL][E2E] Re-enable and fix Basic/interop/get_native_ocl.cpp test (#15865)
This test was never ran due to requiring the feature `opencl_dev_kit`. This patch replaces this with the feature `opencl_icd`, and fixes the build line to use the `%opencl_lib` expansion. Fixes part of #15838
1 parent ce9a7a7 commit 2395022

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// REQUIRES: opencl, opencl_dev_kit
2-
// RUN: %{build} %opencl_options -o %t.ocl.out
1+
// REQUIRES: opencl, opencl_icd
2+
// RUN: %{build} %opencl_lib -o %t.out
33
// RUN: %{run} %t.out
44

55
#include <CL/cl.h>

0 commit comments

Comments
 (0)