Follow-up of r254600 to fix the dyld_insert_libraries_reexec.cc testcase on OS X...
authorKuba Brecka <kuba.brecka@gmail.com>
Thu, 3 Dec 2015 11:34:16 +0000 (11:34 +0000)
committerKuba Brecka <kuba.brecka@gmail.com>
Thu, 3 Dec 2015 11:34:16 +0000 (11:34 +0000)
llvm-svn: 254604

compiler-rt/test/asan/TestCases/Darwin/dyld_insert_libraries_reexec.cc

index 7e8d917..b22036a 100644 (file)
@@ -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