From 0e79cec728dd4cfc3596a39b5d8bede663fea73c Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Sun, 30 Jul 2017 22:42:43 +0200 Subject: 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. --- test-suite/bugs/closed/2850.v | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 test-suite/bugs/closed/2850.v diff --git a/test-suite/bugs/closed/2850.v b/test-suite/bugs/closed/2850.v deleted file mode 100644 index 64a93aeb00..0000000000 --- a/test-suite/bugs/closed/2850.v +++ /dev/null @@ -1,2 +0,0 @@ -Definition id {A} (x : A) := x. -Fail Compute id. -- cgit v1.2.3