Skip to content

Commit 2d16c10

Browse files
committed
Fix test (?)
Signed-off-by: Julian Oppermann <[email protected]>
1 parent e50be3d commit 2d16c10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/test-e2e/KernelCompiler/kernel_compiler_sycl_jit_cache.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
// DEFINE: %{cache_vars} = env SYCL_CACHE_PERSISTENT=1 SYCL_CACHE_TRACE=7 SYCL_CACHE_DIR=%t/cache_dir
1616
// DEFINE: %{max_cache_size} = SYCL_CACHE_MAX_SIZE=10000
1717
// RUN: %{build} -o %t.out
18-
// RUN: %if run-mode %{rm -rf %t/cache_dir%}
18+
// RUN: %{run-aux} rm -rf %t/cache_dir
1919
// RUN: %{cache_vars} %{run-unfiltered-devices} %t.out 2>&1 | FileCheck %s --check-prefix=CHECK
20-
// RUN: %if run-mode %{rm -rf %t/cache_dir%}
20+
// RUN: %{run-aux} rm -rf %t/cache_dir
2121
// RUN: %{cache_vars} %{max_cache_size} %{run-unfiltered-devices} %t.out 2>&1 | FileCheck %s --check-prefixes=CHECK,CHECK-EVICT
2222

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

0 commit comments

Comments
 (0)