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

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 18 16:39:34 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL284548: [asan] Update test for D25715 (authored by vitalybuka).

Changed prior to commit:
  https://reviews.llvm.org/D25716?vs=74950&id=75093#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D25716

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


Index: compiler-rt/trunk/test/asan/TestCases/use-after-scope-inlined.cc
===================================================================
--- compiler-rt/trunk/test/asan/TestCases/use-after-scope-inlined.cc
+++ compiler-rt/trunk/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.75093.patch
Type: text/x-patch
Size: 541 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161018/0aec33ae/attachment.bin>


More information about the llvm-commits mailing list