From 57bf7282f7cf5143b90dc75264cf21315512a976 Mon Sep 17 00:00:00 2001 From: Lorenc Bushi Date: Mon, 23 Jun 2025 09:48:40 -0400 Subject: [PATCH 1/2] [SYCL] Remove unused command line option from test --- sycl/test-e2e/FreeFunctionKernels/address_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 042e08d6a99f35c6f1f8ae8be0088c505bfc3fe5 Mon Sep 17 00:00:00 2001 From: Lorenc Bushi Date: Mon, 23 Jun 2025 06:56:26 -0700 Subject: [PATCH 2/2] Remove unused command option from test --- sycl/test-e2e/FreeFunctionKernels/address_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sycl/test-e2e/FreeFunctionKernels/address_test.cpp b/sycl/test-e2e/FreeFunctionKernels/address_test.cpp index 0b9fb11a8cffd..8ad2efd701664 100644 --- a/sycl/test-e2e/FreeFunctionKernels/address_test.cpp +++ b/sycl/test-e2e/FreeFunctionKernels/address_test.cpp @@ -1,4 +1,4 @@ -// RUN: %{build} -o %t.out +// RUN: %{build} -o %t.out // RUN: %{run} %t.out #include