diff --git a/sycl/test/ordered_queue/prop.cpp b/sycl/test/ordered_queue/prop.cpp index 733a121067e0a..5cbfbc94cadb1 100644 --- a/sycl/test/ordered_queue/prop.cpp +++ b/sycl/test/ordered_queue/prop.cpp @@ -1,3 +1,5 @@ +// REQUIRES: opencl + // RUN: %clangxx -fsycl %s -o %t1.out -L %opencl_libs_dir -lOpenCL // RUN: %CPU_RUN_PLACEHOLDER %t1.out // RUN: %GPU_RUN_PLACEHOLDER %t1.out