Skip to content

Commit 9d13f4f

Browse files
authored
[SYCL][E2E] Remove unused command line option from test (#19094)
The `--save-temps` flag seems to have been forgotten in a test when doing local debugging. Its functionality is not used in the test at all. This PR removes it.
1 parent d5c284d commit 9d13f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/FreeFunctionKernels/address_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %{build} --save-temps -o %t.out
1+
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
33

44
#include <sycl/detail/core.hpp>

0 commit comments

Comments
 (0)