[ASan] Make the FileCheck pattern more c++filt-resistant.

This test didn't pass for me locally because of "T0's stack" being converted to "T0'short stack" by c++filt.
Strange enough this doesn't show up on our bots.

llvm-svn: 170690
This commit is contained in:
Alexander Potapenko 2012-12-20 13:17:49 +00:00
parent 54c6086e9c
commit 5e9e51874e
1 changed files with 1 additions and 1 deletions

View File

@ -24,6 +24,6 @@ int main(int argc, char *argv[]) {
// CHECK: #0 0x{{.*}} in {{_?}}main
// CHECK: {{.*}}use-after-scope-inlined.cc:[[@LINE-4]]
// CHECK: Address 0x{{.*}} is located at offset
// CHECK: [[OFFSET:[^ ]*]] in frame <main> of T0's stack:
// CHECK: [[OFFSET:[^ ]*]] in frame <main> of T0{{.*}}:
// CHECK: {{\[}}[[OFFSET]], {{.*}}) 'x.i'
}