Skip to content

Commit 36abf7c

Browse files
committed
Fix Basic/interop/get_native_ocl.cpp test
1 parent a8a4e4a commit 36abf7c

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)