diff options
author | Yuchen Wu <yuchenericwu@hotmail.com> | 2013-12-12 20:29:54 +0000 |
---|---|---|
committer | Yuchen Wu <yuchenericwu@hotmail.com> | 2013-12-12 20:29:54 +0000 |
commit | 0dbb28f0761ba63cb0581bd9139be7281eb6ee00 (patch) | |
tree | 631b83d866f2877b184662d6ad6712e6bd45c495 /test/Other | |
parent | 1cf81e6244e5afde6cd60cb7704cd1fc7419455d (diff) |
Removed llvm-cov.test from Other folder.
More comprehensive llvm-cov tests were added to tools/llvm-cov.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197175 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Other')
-rw-r--r-- | test/Other/Inputs/llvm_cov.gcda | bin | 296 -> 0 bytes | |||
-rw-r--r-- | test/Other/Inputs/llvm_cov.gcno | bin | 984 -> 0 bytes | |||
-rw-r--r-- | test/Other/llvm-cov.test | 4 |
3 files changed, 0 insertions, 4 deletions
diff --git a/test/Other/Inputs/llvm_cov.gcda b/test/Other/Inputs/llvm_cov.gcda Binary files differdeleted file mode 100644 index 9ae2286ea2f..00000000000 --- a/test/Other/Inputs/llvm_cov.gcda +++ /dev/null diff --git a/test/Other/Inputs/llvm_cov.gcno b/test/Other/Inputs/llvm_cov.gcno Binary files differdeleted file mode 100644 index 25e202386a8..00000000000 --- a/test/Other/Inputs/llvm_cov.gcno +++ /dev/null diff --git a/test/Other/llvm-cov.test b/test/Other/llvm-cov.test deleted file mode 100644 index 2ac4e9e866b..00000000000 --- a/test/Other/llvm-cov.test +++ /dev/null @@ -1,4 +0,0 @@ -PR11760 -RUN: llvm-cov -gcda=%S/Inputs/llvm_cov.gcda -gcno=%S/Inputs/llvm_cov.gcno -REQUIRES: asserts -XFAIL: * |