summaryrefslogtreecommitdiff
path: root/test/profile/Inputs/instrprof-gcov-switch1.c.gcov
diff options
context:
space:
mode:
authorCalixte Denizet <cdenizet@mozilla.com>2018-10-11 08:53:55 +0000
committerCalixte Denizet <cdenizet@mozilla.com>2018-10-11 08:53:55 +0000
commit2adb5dbccefd76de481fe4133f95f4c6b2eb0da4 (patch)
tree1928883b1c64da5735b5bafd1091f60e8640002e /test/profile/Inputs/instrprof-gcov-switch1.c.gcov
parent3bbf79549415ea230ad37e2d7851a708bdeb816a (diff)
downloadcompiler-rt-2adb5dbccefd76de481fe4133f95f4c6b2eb0da4.tar.gz
[profile] Fix the gcov tests after the patch in D49853 landed.
Summary: The goal of the patch in D49853 is to display counter on the line of function definition. So some tests need to be fixed. Reviewers: marco-c, davidxl Reviewed By: marco-c Subscribers: sylvestre.ledru, delcypher, llvm-commits, #sanitizers Differential Revision: https://reviews.llvm.org/D49854 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@344229 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/profile/Inputs/instrprof-gcov-switch1.c.gcov')
-rw-r--r--test/profile/Inputs/instrprof-gcov-switch1.c.gcov2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/profile/Inputs/instrprof-gcov-switch1.c.gcov b/test/profile/Inputs/instrprof-gcov-switch1.c.gcov
index f19431e17..6e9c5228b 100644
--- a/test/profile/Inputs/instrprof-gcov-switch1.c.gcov
+++ b/test/profile/Inputs/instrprof-gcov-switch1.c.gcov
@@ -3,7 +3,7 @@
// CHECK-NEXT: -: 0:Data:instrprof-gcov-switch1.gcda
// CHECK-NEXT: -: 0:Runs:1
// CHECK-NEXT: -: 0:Programs:1
-// CHECK-NEXT: -: 1:int main(void)
+// CHECK-NEXT: 1: 1:int main(void)
// CHECK-NEXT: -: 2:{
// CHECK-NEXT: 1: 3: int i = 22;
// CHECK-NEXT: -: 4: