[asan] Update test for D25715

Reviewers: eugenis

Subscribers: kubabrecka, llvm-commits

Differential Revision: https://reviews.llvm.org/D25716

llvm-svn: 284548
This commit is contained in:
Vitaly Buka 2016-10-18 23:30:07 +00:00
parent 5910a92560
commit 832c383b25
1 changed files with 1 additions and 1 deletions

View File

@ -24,5 +24,5 @@ int main(int argc, char *argv[]) {
// CHECK: Address 0x{{.*}} is located in stack of thread T0 at offset
// CHECK: [[OFFSET:[^ ]*]] in frame
// CHECK: main
// CHECK: {{\[}}[[OFFSET]], {{.*}}) 'x.i'
// CHECK: {{\[}}[[OFFSET]], {{.*}}) 'x.i:[[@LINE-15]]'
}