diff --git a/compiler-rt/test/asan/TestCases/Windows/intercept_strdup.cc b/compiler-rt/test/asan/TestCases/Windows/intercept_strdup.cc index 61418187d61d..8a816e1e9e15 100644 --- a/compiler-rt/test/asan/TestCases/Windows/intercept_strdup.cc +++ b/compiler-rt/test/asan/TestCases/Windows/intercept_strdup.cc @@ -20,8 +20,7 @@ int main() { // CHECK: {{#0 .* main .*}}intercept_strdup.cc:[[@LINE-3]] // CHECK: [[ADDR]] is located 1 bytes to the left of 6-byte region // CHECK: allocated by thread T0 here: -// CHECK: #0 {{.*}} in malloc -// CHECK: #1 {{.*FIXME}} -// CHECK: #2 {{.* main .*}}intercept_strdup.cc:[[@LINE-15]] +// CHECK: #0 {{.*}} in __asan_wrap_strdup +// CHECK: #1 {{.*}} in main {{.*}}intercept_strdup.cc:[[@LINE-15]] free(ptr); }