diff options
Diffstat (limited to 'llvm/test/tools/llvm-cov/Inputs/reportFunctionPlacement.h')
-rw-r--r-- | llvm/test/tools/llvm-cov/Inputs/reportFunctionPlacement.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/test/tools/llvm-cov/Inputs/reportFunctionPlacement.h b/llvm/test/tools/llvm-cov/Inputs/reportFunctionPlacement.h deleted file mode 100644 index 9280e039bdc..00000000000 --- a/llvm/test/tools/llvm-cov/Inputs/reportFunctionPlacement.h +++ /dev/null @@ -1,8 +0,0 @@ - -void foo(int x) { - int y = x + 1; -} - -void bar() { - -} |