From ab43f42d9ced5b604ae9241fb02f12dc30f65556 Mon Sep 17 00:00:00 2001 From: Kuba Brecka Date: Thu, 3 Dec 2015 11:34:16 +0000 Subject: [PATCH] Follow-up of r254600 to fix the dyld_insert_libraries_reexec.cc testcase on OS X 10.10. llvm-svn: 254604 --- .../asan/TestCases/Darwin/dyld_insert_libraries_reexec.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler-rt/test/asan/TestCases/Darwin/dyld_insert_libraries_reexec.cc b/compiler-rt/test/asan/TestCases/Darwin/dyld_insert_libraries_reexec.cc index 7e8d9173d296..b22036a7efed 100644 --- a/compiler-rt/test/asan/TestCases/Darwin/dyld_insert_libraries_reexec.cc +++ b/compiler-rt/test/asan/TestCases/Darwin/dyld_insert_libraries_reexec.cc @@ -37,10 +37,10 @@ int main() { // CHECK-NOINSERT: exec()-ing the program with // CHECK-NOINSERT: DYLD_INSERT_LIBRARIES -// CHECK-NOINSERT: to enable ASan wrappers. +// CHECK-NOINSERT: to enable wrappers. // CHECK-NOINSERT: Passed // CHECK-NOT: exec()-ing the program with // CHECK-NOT: DYLD_INSERT_LIBRARIES -// CHECK-NOT: to enable ASan wrappers. +// CHECK-NOT: to enable wrappers. // CHECK: Passed