diff --git a/sycl/test/built-ins/vector_integer.cpp b/sycl/test/built-ins/vector_integer.cpp index 3c27576c1e78f..c6e4ee9b0247a 100644 --- a/sycl/test/built-ins/vector_integer.cpp +++ b/sycl/test/built-ins/vector_integer.cpp @@ -1,7 +1,7 @@ // RUN: %clang -std=c++11 -fsycl %s -o %t.out -lstdc++ -lOpenCL -lsycl // RUN: env SYCL_DEVICE_TYPE=HOST %t.out // RUN: %CPU_RUN_PLACEHOLDER %t.out -// RUN: %GPU_RUN_PLACEHOLDER %t.out +// RUNx: %GPU_RUN_PLACEHOLDER %t.out // RUN: %ACC_RUN_PLACEHOLDER %t.out #include @@ -179,4 +179,4 @@ int main() { } return 0; -} \ No newline at end of file +}