[PATCH] D52090: [profile] Fix a test

calixte via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 14 05:56:05 PDT 2018


calixte created this revision.
calixte added a reviewer: vsk.
Herald added subscribers: Sanitizers, llvm-commits, delcypher.

This is a followup of https://reviews.llvm.org/D52088


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D52090

Files:
  test/profile/Inputs/instrprof-gcov-exceptions.cpp.gcov


Index: test/profile/Inputs/instrprof-gcov-exceptions.cpp.gcov
===================================================================
--- test/profile/Inputs/instrprof-gcov-exceptions.cpp.gcov
+++ test/profile/Inputs/instrprof-gcov-exceptions.cpp.gcov
@@ -6,7 +6,7 @@
 // CHECK-NEXT:        -:    1:#include <string>
 // CHECK-NEXT:        -:    2:
 // CHECK-NEXT:        -:    3:void asd(std::string i) {
-// CHECK-NEXT:        2:    4:}
+// CHECK-NEXT:        1:    4:}
 // CHECK-NEXT:        -:    5:
 // CHECK-NEXT:        -:    6:int main(void)
 // CHECK-NEXT:        -:    7:{


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52090.165487.patch
Type: text/x-patch
Size: 579 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180914/32165d60/attachment.bin>


More information about the llvm-commits mailing list