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]]'
 }