diff options
author | 2017-07-30 22:42:43 +0200 | |
---|---|---|
committer | 2018-03-03 18:08:19 +0100 | |
commit | 0e79cec728dd4cfc3596a39b5d8bede663fea73c (patch) | |
tree | ec6f1ec75980fb1d45ffb4cbf0b0db0568b7a3eb /test-suite/bugs | |
parent | f0bd95e051480e15348e9d30e2df5d3577a9ffb3 (diff) |
Removing test for bug #2850.
This test was actually checking that evar-containing terms were making the
VM fail. Obviously this is not the case anymore, so the test is now invalid.
Diffstat (limited to 'test-suite/bugs')
-rw-r--r-- | test-suite/bugs/closed/2850.v | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test-suite/bugs/closed/2850.v b/test-suite/bugs/closed/2850.v deleted file mode 100644 index 64a93aeb0..000000000 --- a/test-suite/bugs/closed/2850.v +++ /dev/null @@ -1,2 +0,0 @@ -Definition id {A} (x : A) := x. -Fail Compute id. |