[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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165938 91177308-0d34-0410-b5e6-96231b3b80d8

test/Instrumentation/AddressSanitizer/instrument_global.ll

index ba8d65a4fa4bfaa3b4882f7a52f516f4859489b4..3d92946087ecfb8b080f499e591fbd800b4e20c3 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