diff options
Diffstat (limited to 'llvm/test/tools/llvm-cov/Inputs/test_no_options.output')
| -rw-r--r-- | llvm/test/tools/llvm-cov/Inputs/test_no_options.output | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-cov/Inputs/test_no_options.output b/llvm/test/tools/llvm-cov/Inputs/test_no_options.output new file mode 100644 index 00000000000..93ea726720a --- /dev/null +++ b/llvm/test/tools/llvm-cov/Inputs/test_no_options.output @@ -0,0 +1,8 @@ +File 'test.cpp' +Lines executed:84.21% of 38 +test.cpp:creating 'test.cpp.gcov' + +File './test.h' +Lines executed:100.00% of 1 +./test.h:creating './test.h.gcov' + |

