diff options
Diffstat (limited to 'test/profile/Inputs/instrprof-shared-lib.c.gcov')
-rw-r--r-- | test/profile/Inputs/instrprof-shared-lib.c.gcov | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/profile/Inputs/instrprof-shared-lib.c.gcov b/test/profile/Inputs/instrprof-shared-lib.c.gcov index fbc43d5f7d504..620a852575778 100644 --- a/test/profile/Inputs/instrprof-shared-lib.c.gcov +++ b/test/profile/Inputs/instrprof-shared-lib.c.gcov @@ -6,7 +6,7 @@ // CHECK-NEXT: -: 1:int g1 = 0; // CHECK-NEXT: -: 2:int g2 = 1; // CHECK-NEXT: -: 3: -// CHECK-NEXT: -: 4:void foo(int n) { +// CHECK-NEXT: 1: 4:void foo(int n) { // CHECK-NEXT: 1: 5: if (n % 5 == 0) // CHECK-NEXT: #####: 6: g1++; // CHECK-NEXT: -: 7: else |