[ASan] Fix the test expectations for dyld_insert_libraries_reexec.cc

llvm-svn: 226651
This commit is contained in:
Alexander Potapenko 2015-01-21 10:04:41 +00:00
parent d518cb76ad
commit cb273921de
1 changed files with 0 additions and 2 deletions

View File

@ -20,13 +20,11 @@ int main() {
return 0;
}
// CHECK-NOINSERT: Parsed ASAN_OPTIONS: verbosity=1
// CHECK-NOINSERT: exec()-ing the program with
// CHECK-NOINSERT: DYLD_INSERT_LIBRARIES
// CHECK-NOINSERT: to enable ASan wrappers.
// CHECK-NOINSERT: Passed
// CHECK: Parsed ASAN_OPTIONS: verbosity=1
// CHECK-NOT: exec()-ing the program with
// CHECK-NOT: DYLD_INSERT_LIBRARIES
// CHECK-NOT: to enable ASan wrappers.