diff --git a/SYCL/Functor/functor_inheritance.cpp b/SYCL/Functor/functor_inheritance.cpp index cda835ee6c..ce072cec75 100644 --- a/SYCL/Functor/functor_inheritance.cpp +++ b/SYCL/Functor/functor_inheritance.cpp @@ -1,5 +1,4 @@ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -o %t.out %s -// RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out diff --git a/SYCL/Functor/kernel_functor.cpp b/SYCL/Functor/kernel_functor.cpp index 51df62a961..99aa7af635 100644 --- a/SYCL/Functor/kernel_functor.cpp +++ b/SYCL/Functor/kernel_functor.cpp @@ -1,6 +1,5 @@ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple -o %t.out %s // RUN: cd %T -// RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out