From 15fd53fa39789f4b25adf13a6bfbeb7cfaaf69c4 Mon Sep 17 00:00:00 2001 From: Kostya Serebryany Date: Wed, 22 May 2013 11:00:56 +0000 Subject: [asan] enhance stack-overflow.cc test: check that the location frame is properly symbolized llvm-svn: 182463 --- compiler-rt/lib/asan/lit_tests/stack-overflow.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compiler-rt/lib/asan/lit_tests/stack-overflow.cc') diff --git a/compiler-rt/lib/asan/lit_tests/stack-overflow.cc b/compiler-rt/lib/asan/lit_tests/stack-overflow.cc index eb55315eaf1..25ea43af48a 100644 --- a/compiler-rt/lib/asan/lit_tests/stack-overflow.cc +++ b/compiler-rt/lib/asan/lit_tests/stack-overflow.cc @@ -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; } -- cgit v1.2.3