diff --git a/sycl/test/hier_par/hier_par_basic.cpp b/sycl/test/hier_par/hier_par_basic.cpp index 24608bfd0aff4..13b75d398a44c 100644 --- a/sycl/test/hier_par/hier_par_basic.cpp +++ b/sycl/test/hier_par/hier_par_basic.cpp @@ -10,7 +10,7 @@ // RUN: env SYCL_DEVICE_TYPE=HOST %t.out // TODO: SYCL specific fail - analyze and enable on Windows // RUN: %CPU_RUN_PLACEHOLDER %t.out -// RUN: %GPU_RUN_ON_LINUX_PLACEHOLDER %t.out +// RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out // This test checks hierarchical parallelism invocation APIs, but without any diff --git a/sycl/test/hier_par/hier_par_wgscope.cpp b/sycl/test/hier_par/hier_par_wgscope.cpp index 6872658cc189b..95d896c558ece 100644 --- a/sycl/test/hier_par/hier_par_wgscope.cpp +++ b/sycl/test/hier_par/hier_par_wgscope.cpp @@ -10,7 +10,7 @@ // RUN: env SYCL_DEVICE_TYPE=HOST %t.out // TODO: SYCL specific fail - analyze and enable on Windows // RUN: %CPU_RUN_PLACEHOLDER %t.out -// RUN: %GPU_RUN_ON_LINUX_PLACEHOLDER %t.out +// RUN: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out // This test checks correctness of hierarchical kernel execution when there is