Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit da719dc

Browse files
authored
Fix test bug introduced by PR #313 (#315)
1 parent 734b867 commit da719dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/KernelAndProgram/cache_env_vars.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// Use cache
1212
// RUN: env SYCL_CACHE_PERSISTENT=1 SYCL_CACHE_DIR=%t/cache_dir SYCL_PI_TRACE=-1 %t.out | FileCheck %s --check-prefixes=CHECK-CACHE
1313
// Ignore cache because of environment variable
14-
// RUN: env SYCL_CACHE_PERSISTENT=1 SYCL_CACHE_DIR=%t/cache_dir SYCL_PI_TRACE=-1 SYCL_CACHE_DISABLE_PERSISTENT=1 %t.out | FileCheck %s --check-prefixes=CHECK-BUILD
14+
// RUN: env SYCL_CACHE_PERSISTENT=0 SYCL_CACHE_DIR=%t/cache_dir SYCL_PI_TRACE=-1 %t.out | FileCheck %s --check-prefixes=CHECK-BUILD
1515
//
1616
// The test checks environment variables which may disable caching.
1717
// Also it can be used for benchmarking cache:

0 commit comments

Comments
 (0)