diff options
Diffstat (limited to 'llvm/test/tools/llvm-cov/Inputs/test_-b.output')
| -rw-r--r-- | llvm/test/tools/llvm-cov/Inputs/test_-b.output | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/llvm/test/tools/llvm-cov/Inputs/test_-b.output b/llvm/test/tools/llvm-cov/Inputs/test_-b.output index 515987d45ea..a6495fdaaa5 100644 --- a/llvm/test/tools/llvm-cov/Inputs/test_-b.output +++ b/llvm/test/tools/llvm-cov/Inputs/test_-b.output @@ -1,3 +1,9 @@ +File './test.h' +Lines executed:100.00% of 1 +No branches +No calls +./test.h:creating 'test.h.gcov' + File 'test.cpp' Lines executed:84.21% of 38 Branches executed:100.00% of 15 @@ -5,9 +11,3 @@ Taken at least once:86.67% of 15 No calls test.cpp:creating 'test.cpp.gcov' -File './test.h' -Lines executed:100.00% of 1 -No branches -No calls -./test.h:creating 'test.h.gcov' - |

