diff --git a/sycl/test-e2e/FreeFunctionKernels/address_test.cpp b/sycl/test-e2e/FreeFunctionKernels/address_test.cpp index a95a3fdfa969e..0b9fb11a8cffd 100644 --- a/sycl/test-e2e/FreeFunctionKernels/address_test.cpp +++ b/sycl/test-e2e/FreeFunctionKernels/address_test.cpp @@ -1,4 +1,4 @@ -// RUN: %{build} --save-temps -o %t.out +// RUN: %{build} -o %t.out // RUN: %{run} %t.out #include diff --git a/sycl/test-e2e/FreeFunctionKernels/free_function_kernels_as_device_host_functions.cpp b/sycl/test-e2e/FreeFunctionKernels/free_function_kernels_as_device_host_functions.cpp index 223bf91ec700d..81d714c0d6ddd 100644 --- a/sycl/test-e2e/FreeFunctionKernels/free_function_kernels_as_device_host_functions.cpp +++ b/sycl/test-e2e/FreeFunctionKernels/free_function_kernels_as_device_host_functions.cpp @@ -1,5 +1,5 @@ // REQUIRES: aspect-usm_shared_allocations -// RUN: %{build} --save-temps -o %t.out +// RUN: %{build} -o %t.out // RUN: %{run} %t.out // This test verifies whether free function kernel can be used as device