summaryrefslogtreecommitdiff
path: root/test/Other
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2012-09-23 03:58:21 +0000
committerNick Lewycky <nicholas@mxc.ca>2012-09-23 03:58:21 +0000
commit85aa4f6eee9c055c7911656e9d1a018b6088eb73 (patch)
treefd6dec64ca7885a71b0d0d5492c335cf81d5d726 /test/Other
parent90d9e9405ec1e96ac8ee361a7a0641c252c3bc52 (diff)
downloadllvm-85aa4f6eee9c055c7911656e9d1a018b6088eb73.tar.gz
llvm-85aa4f6eee9c055c7911656e9d1a018b6088eb73.tar.bz2
llvm-85aa4f6eee9c055c7911656e9d1a018b6088eb73.tar.xz
Don't do actual work inside an assert statement. Fixes PR11760!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164474 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Other')
-rw-r--r--test/Other/Inputs/llvm-cov.gcdabin0 -> 296 bytes
-rw-r--r--test/Other/Inputs/llvm-cov.gcnobin0 -> 984 bytes
-rw-r--r--test/Other/llvm-cov.test3
3 files changed, 3 insertions, 0 deletions
diff --git a/test/Other/Inputs/llvm-cov.gcda b/test/Other/Inputs/llvm-cov.gcda
new file mode 100644
index 0000000000..9ae2286ea2
--- /dev/null
+++ b/test/Other/Inputs/llvm-cov.gcda
Binary files differ
diff --git a/test/Other/Inputs/llvm-cov.gcno b/test/Other/Inputs/llvm-cov.gcno
new file mode 100644
index 0000000000..25e202386a
--- /dev/null
+++ b/test/Other/Inputs/llvm-cov.gcno
Binary files differ
diff --git a/test/Other/llvm-cov.test b/test/Other/llvm-cov.test
new file mode 100644
index 0000000000..c0aa203e2c
--- /dev/null
+++ b/test/Other/llvm-cov.test
@@ -0,0 +1,3 @@
+PR11760
+RUN: llvm-cov -gcda=%S/Inputs/llvm-cov.gcda -gcno=%S/Inputs/llvm-cov.gcno
+