summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKuba Brecka <kuba.brecka@gmail.com>2015-12-03 11:34:16 +0000
committerKuba Brecka <kuba.brecka@gmail.com>2015-12-03 11:34:16 +0000
commitb0020f89ba977d45dafb64ad5c6b8e8c420a3d60 (patch)
tree4da3e248b0e20f4c0024d20b3e4c1c3348be5c13 /test
parentd52d0c3f4be9973e6d879334184f89c927868300 (diff)
Follow-up of r254600 to fix the dyld_insert_libraries_reexec.cc testcase on OS X 10.10.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@254604 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/asan/TestCases/Darwin/dyld_insert_libraries_reexec.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/asan/TestCases/Darwin/dyld_insert_libraries_reexec.cc b/test/asan/TestCases/Darwin/dyld_insert_libraries_reexec.cc
index 7e8d9173d..b22036a7e 100644
--- a/test/asan/TestCases/Darwin/dyld_insert_libraries_reexec.cc
+++ b/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