Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanZyne committed Aug 1, 2024
1 parent 5a9a04a commit 195a800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sycl/test-e2e/AddressSanitizer/nullpointer/nullpointer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 195a800

Please sign in to comment.