diff --git a/SYCL/HierPar/hier_par_basic.cpp b/SYCL/HierPar/hier_par_basic.cpp index 4747a2d81d..6033d07290 100644 --- a/SYCL/HierPar/hier_par_basic.cpp +++ b/SYCL/HierPar/hier_par_basic.cpp @@ -7,7 +7,6 @@ //===----------------------------------------------------------------------===// // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out -// 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/HierPar/hier_par_wgscope.cpp b/SYCL/HierPar/hier_par_wgscope.cpp index 966e6b6489..e91107b171 100644 --- a/SYCL/HierPar/hier_par_wgscope.cpp +++ b/SYCL/HierPar/hier_par_wgscope.cpp @@ -1,6 +1,5 @@ // RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out -// 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/HierPar/hier_par_wgscope_O0.cpp b/SYCL/HierPar/hier_par_wgscope_O0.cpp index 7233de9347..1e891ef84d 100644 --- a/SYCL/HierPar/hier_par_wgscope_O0.cpp +++ b/SYCL/HierPar/hier_par_wgscope_O0.cpp @@ -8,7 +8,6 @@ // RUN: %clangxx -O0 -fsycl -fsycl-targets=%sycl_triple %s -o %t.out -// RUN: %HOST_RUN_PLACEHOLDER %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out // RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out