[ASan] Relax test modified in r235540 to pacify ARM buildbots.
llvm-svn: 235619
This commit is contained in:
parent
5f715522f1
commit
26856434d2
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue