diff options
Diffstat (limited to 'compiler-rt/test/profile/gcov-__gcov_flush-terminate.c')
-rw-r--r-- | compiler-rt/test/profile/gcov-__gcov_flush-terminate.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/test/profile/gcov-__gcov_flush-terminate.c b/compiler-rt/test/profile/gcov-__gcov_flush-terminate.c index ca13a08..96cf4296 100644 --- a/compiler-rt/test/profile/gcov-__gcov_flush-terminate.c +++ b/compiler-rt/test/profile/gcov-__gcov_flush-terminate.c @@ -8,7 +8,6 @@ // RUN: llvm-cov gcov -t gcov-__gcov_flush-terminate.gcda | FileCheck %s // CHECK: -: 0:Runs:1 -// CHECK-NEXT: -: 0:Programs:1 void __gcov_dump(void); void __gcov_reset(void); |