[ASan] Relax test modified in r235540 to pacify ARM buildbots.

llvm-svn: 235619
This commit is contained in:
Alexey Samsonov 2015-04-23 18:43:08 +00:00
parent 5f715522f1
commit 26856434d2
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ int __attribute__((noinline)) initX() {
// CHECK: {{READ of size .* at 0x.* thread T0}}
// CHECK: {{0x.* is located 0 bytes inside of global variable .*(y|z).*}}
// CHECK: registered at:
// CHECK: 0x{{.*}} in asan.module_ctor {{.*}}INIT-ORDER-EXE
// CHECK: 0x{{.*}} in __asan_register_globals
}
// This initializer begins our initialization order problems.