Skip to content

Commit 4dc75cc

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

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
@@ -4,8 +4,8 @@
44
// 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

7-
/// This test is used to check enabling/disabling kernel debug message
8-
/// We always use "[kernel]" prefix in kernel debug message
7+
/// This test is used to check enabling/disabling memory overhead statistics
8+
/// We always use "Stats" prefix in statistics message like asan
99

1010
constexpr std::size_t N = 4;
1111
constexpr std::size_t group_size = 1;

0 commit comments

Comments
 (0)