forked from OSchip/llvm-project
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:
parent
74775eb5da
commit
ab43f42d9c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue