summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Windows
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2016-06-04 08:24:56 +0000
committerChandler Carruth <chandlerc@gmail.com>2016-06-04 08:24:56 +0000
commitc0e5043e485cee85b6f1562a124f41bba4e49604 (patch)
tree4b4156411abc517f97ec3d7874039ac8f9c63f35 /test/asan/TestCases/Windows
parentc8ec32a96d344eb1652e44e623de82637a729778 (diff)
Update this test yet again, this time based on a nice consecutive pair
of lines provided with the filecheck output from the previous run. I'll probably give up after this and get someone with a Windows build to help me out. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@271784 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/asan/TestCases/Windows')
-rw-r--r--test/asan/TestCases/Windows/intercept_strdup.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/asan/TestCases/Windows/intercept_strdup.cc b/test/asan/TestCases/Windows/intercept_strdup.cc
index 61418187d..8a816e1e9 100644
--- a/test/asan/TestCases/Windows/intercept_strdup.cc
+++ b/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);
}