[PATCH] D25716: [asan] Update test for D25715

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 18 00:25:57 PDT 2016


vitalybuka created this revision.
vitalybuka added a reviewer: eugenis.
vitalybuka added a subscriber: llvm-commits.
Herald added a subscriber: kubabrecka.

https://reviews.llvm.org/D25716

Files:
  test/asan/TestCases/use-after-scope-inlined.cc


Index: test/asan/TestCases/use-after-scope-inlined.cc
===================================================================
--- test/asan/TestCases/use-after-scope-inlined.cc
+++ test/asan/TestCases/use-after-scope-inlined.cc
@@ -24,5 +24,5 @@
   // 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]]'
 }


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25716.74950.patch
Type: text/x-patch
Size: 487 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161018/b5589dcf/attachment.bin>


More information about the llvm-commits mailing list