From 195a800580ba1651c571a58342c512f1b80aa602 Mon Sep 17 00:00:00 2001 From: "Zhao, Yang2" Date: Wed, 31 Jul 2024 23:49:06 -0700 Subject: [PATCH] fix test --- sycl/test-e2e/AddressSanitizer/nullpointer/nullpointer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sycl/test-e2e/AddressSanitizer/nullpointer/nullpointer.cpp b/sycl/test-e2e/AddressSanitizer/nullpointer/nullpointer.cpp index 73e37e0981ee0..ca1d5b45c7898 100644 --- a/sycl/test-e2e/AddressSanitizer/nullpointer/nullpointer.cpp +++ b/sycl/test-e2e/AddressSanitizer/nullpointer/nullpointer.cpp @@ -20,7 +20,7 @@ int main() { }); // CHECK: ERROR: DeviceSanitizer: null-pointer-access on Unknown Memory // CHECK: WRITE of size 4 at kernel {{<.*MyKernel>}} LID(0, 0, 0) GID({{.*}}, 0, 0) - // CHECK: #0 {{.*}} {{.*null-pointer.cpp}}:[[@LINE-5]] + // CHECK: {{.*nullpointer.cpp}}:[[@LINE-5]] return 0; }