Skip to content

Commit e6e1703

Browse files
authored
[SYCL][E2E] Remove unused command line arguments from tests (#19141)
In follow up to an earlier PR, this PR removes the `--save-temps` option from 2 E2E tests where it is unused and causing errors in certain QA testing configurations. It is probably a remnant of local debugging.
1 parent 8678a73 commit e6e1703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/FreeFunctionKernels/free_function_kernels_as_device_host_functions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// REQUIRES: aspect-usm_shared_allocations
2-
// RUN: %{build} --save-temps -o %t.out
2+
// RUN: %{build} -o %t.out
33
// RUN: %{run} %t.out
44

55
// This test verifies whether free function kernel can be used as device

0 commit comments

Comments
 (0)