From 97637cfd99b2249fc21596e295d9fedb1efe803f Mon Sep 17 00:00:00 2001 From: Lorenc Bushi Date: Fri, 24 Jan 2025 10:46:56 -0800 Subject: [PATCH] Fix test failures on HIP/CUDA --- sycl/test-e2e/DeviceImageBackendContent/basic_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sycl/test-e2e/DeviceImageBackendContent/basic_test.cpp b/sycl/test-e2e/DeviceImageBackendContent/basic_test.cpp index ff9e2cee8c4b..f1e84273604e 100644 --- a/sycl/test-e2e/DeviceImageBackendContent/basic_test.cpp +++ b/sycl/test-e2e/DeviceImageBackendContent/basic_test.cpp @@ -1,4 +1,4 @@ -// RUN: %clangxx -fsycl -std=c++20 %s -o %t.out +// RUN: %{build} -std=c++20 -o %t.out // RUN: %{run} %t.out #include