summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-cov/Inputs/reportFunctionPlacement.h
diff options
context:
space:
mode:
authorAlex Lorenz <arphaman@gmail.com>2014-09-30 14:48:12 +0000
committerAlex Lorenz <arphaman@gmail.com>2014-09-30 14:48:12 +0000
commit597eaf2a437cd29bb7f19cb86eb98a16290546a6 (patch)
tree8d3eef860f53924a8490afb824c49f9b047f74f7 /llvm/test/tools/llvm-cov/Inputs/reportFunctionPlacement.h
parentd775f3b5f00373805e12660c2499f021dcc4d6b2 (diff)
downloadbcm5719-llvm-597eaf2a437cd29bb7f19cb86eb98a16290546a6.tar.gz
bcm5719-llvm-597eaf2a437cd29bb7f19cb86eb98a16290546a6.zip
Revert r218673 'llvm-cov: add test for report's function & file association.'
Test causes buildbot failures. llvm-svn: 218676
Diffstat (limited to 'llvm/test/tools/llvm-cov/Inputs/reportFunctionPlacement.h')
-rw-r--r--llvm/test/tools/llvm-cov/Inputs/reportFunctionPlacement.h8
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() {
-
-}
OpenPOWER on IntegriCloud