We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb4e943 commit b167434Copy full SHA for b167434
sycl/test-e2e/MemorySanitizer/check_call.cpp
@@ -23,7 +23,7 @@ int main() {
23
// CHECK-NOT: [kernel]
24
// CHECK: use-of-uninitialized-value
25
// CHECK: kernel <{{.*MyKernel}}>
26
- // CHECK: #0 {{.*}} {{.*check_call.cpp}}:[[@LINE-5]]
+ // CHECK: #0 {{.*}} {{.*check_call.cpp}}:[[@LINE-6]]
27
28
sycl::free(array, Q);
29
return 0;
0 commit comments