diff --git a/SYCL/Plugin/sycl-ls-unified-runtime.cpp b/SYCL/Plugin/sycl-ls-unified-runtime.cpp deleted file mode 100644 index a56602cabe..0000000000 --- a/SYCL/Plugin/sycl-ls-unified-runtime.cpp +++ /dev/null @@ -1,16 +0,0 @@ -// REQUIRES: level_zero -// -// RUN: env ONEAPI_DEVICE_SELECTOR="ext_oneapi_unified_runtime:*" sycl-ls --verbose 2>&1 %GPU_CHECK_PLACEHOLDER - -// CHECK: Platforms: 1 -// CHECK-NEXT: Platform [#1]: -// CHECK-NEXT: Version : 1.3 -// CHECK-NEXT: Name : Intel(R) oneAPI Unified Runtime over Level-Zero - -//==-- sycl-ls-unified-runtime.cpp ----- Test Unified Runtime platform ----==// -// -// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. -// See https://llvm.org/LICENSE.txt for license information. -// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception -// -//===----------------------------------------------------------------------===//