Skip to content

Commit 97b11a7

Browse files
authored
[SYCL][E2E][DeviceSanitizer] update filename in the FileCheck line (#15517)
The filename is not updated accordingly with PR #15293, this PR fixs this problem.
1 parent 904c2a9 commit 97b11a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/AddressSanitizer/common/option-redzone-size.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ int main() {
2121
}).wait();
2222
// CHECK: ERROR: DeviceSanitizer: out-of-bounds-access on Device USM
2323
// CHECK: {{READ of size 1 at kernel <.*Test> LID\(0, 0, 0\) GID\(0, 0, 0\)}}
24-
// CHECK: {{ #0 .* .*config-red-zone-size.cpp:}}[[@LINE-7]]
24+
// CHECK: {{ #0 .* .*option-redzone-size.cpp:}}[[@LINE-7]]
2525
// CHECK-MIN: Trying to set redzone size to a value less than 16 is ignored
2626
// CHECK-MAX: Trying to set max redzone size to a value greater than 2048 is ignored
2727

0 commit comments

Comments
 (0)