diff options
author | Alex Lorenz <arphaman@gmail.com> | 2014-09-30 14:48:12 +0000 |
---|---|---|
committer | Alex Lorenz <arphaman@gmail.com> | 2014-09-30 14:48:12 +0000 |
commit | 597eaf2a437cd29bb7f19cb86eb98a16290546a6 (patch) | |
tree | 8d3eef860f53924a8490afb824c49f9b047f74f7 /llvm/test/tools/llvm-cov/Inputs/reportFunctionPlacement.h | |
parent | d775f3b5f00373805e12660c2499f021dcc4d6b2 (diff) | |
download | bcm5719-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.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() { - -} |