[ASan] Fix the test expectations for dyld_insert_libraries_reexec.cc
authorAlexander Potapenko <glider@google.com>
Wed, 21 Jan 2015 10:04:41 +0000 (10:04 +0000)
committerAlexander Potapenko <glider@google.com>
Wed, 21 Jan 2015 10:04:41 +0000 (10:04 +0000)
llvm-svn: 226651

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

index b1bb456..0bd4170 100644 (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.