Skip to content

Commit 82d86bf

Browse files
authored
Update sycl/test-e2e/AddressSanitizer/common/statistics.cpp
1 parent 574c210 commit 82d86bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sycl/test-e2e/AddressSanitizer/common/statistics.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// REQUIRES: linux
22
// RUN: %{build} %device_asan_flags -O2 -g -o %t
3-
// RUN: env SYCL_PREFER_UR=1 %{run} %t 2>&1 | FileCheck %s
4-
// RUN: env SYCL_PREFER_UR=1 UR_LAYER_ASAN_OPTIONS=print_stats:1 %{run} %t 2>&1 | FileCheck --check-prefixes CHECK-STATS %s
3+
// RUN: %{run} %t 2>&1 | FileCheck %s
4+
// RUN: env UR_LAYER_ASAN_OPTIONS=print_stats:1 %{run} %t 2>&1 | FileCheck --check-prefixes CHECK-STATS %s
55
#include <sycl/usm.hpp>
66

77
/// This test is used to check enabling/disabling kernel debug message

0 commit comments

Comments
 (0)