[asan] enhance stack-overflow.cc test: check that the location frame is properly symbolized

llvm-svn: 182463
This commit is contained in:
Kostya Serebryany 2013-05-22 11:00:56 +00:00
parent b93ae15205
commit 15fd53fa39
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@ int main(int argc, char **argv) {
// CHECK: {{READ of size 1 at 0x.* thread T0}}
// CHECK: {{ #0 0x.* in _?main .*stack-overflow.cc:}}[[@LINE-2]]
// CHECK: {{Address 0x.* is located in stack of thread T0 at offset}}
// CHECK: main
// CHECK-NEXT: in{{.*}}main{{.*}}stack-overflow.cc
return res;
}