[asan] fix a test
authorKostya Serebryany <kcc@google.com>
Mon, 15 Oct 2012 14:30:30 +0000 (14:30 +0000)
committerKostya Serebryany <kcc@google.com>
Mon, 15 Oct 2012 14:30:30 +0000 (14:30 +0000)
llvm-svn: 165938

llvm/test/Instrumentation/AddressSanitizer/instrument_global.ll

index ba8d65a..3d92946 100644 (file)
@@ -6,8 +6,8 @@ target triple = "x86_64-unknown-linux-gnu"
 ; If a global is present, __asan_[un]register_globals should be called from
 ; module ctor/dtor
 
-; CHECK: llvm.global_dtors
 ; CHECK: llvm.global_ctors
+; CHECK: llvm.global_dtors
 
 ; CHECK: define internal void @asan.module_ctor
 ; CHECK-NOT: ret