Skip to content

Commit b167434

Browse files
committed
Fix test
1 parent cb4e943 commit b167434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/MemorySanitizer/check_call.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ int main() {
2323
// CHECK-NOT: [kernel]
2424
// CHECK: use-of-uninitialized-value
2525
// CHECK: kernel <{{.*MyKernel}}>
26-
// CHECK: #0 {{.*}} {{.*check_call.cpp}}:[[@LINE-5]]
26+
// CHECK: #0 {{.*}} {{.*check_call.cpp}}:[[@LINE-6]]
2727

2828
sycl::free(array, Q);
2929
return 0;

0 commit comments

Comments
 (0)