Follow-up of r254600 to fix the dyld_insert_libraries_reexec.cc testcase on OS X 10.10.

llvm-svn: 254604
This commit is contained in:
Kuba Brecka 2015-12-03 11:34:16 +00:00
parent 74775eb5da
commit ab43f42d9c
1 changed files with 2 additions and 2 deletions

View 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