summaryrefslogtreecommitdiff
path: root/test-suite/bugs/opened/4214.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/opened/4214.v')
-rw-r--r--test-suite/bugs/opened/4214.v5
1 files changed, 0 insertions, 5 deletions
diff --git a/test-suite/bugs/opened/4214.v b/test-suite/bugs/opened/4214.v
deleted file mode 100644
index 3daf4521..00000000
--- a/test-suite/bugs/opened/4214.v
+++ /dev/null
@@ -1,5 +0,0 @@
-(* Check that subst uses all equations around *)
-Goal forall A (a b c : A), b = a -> b = c -> a = c.
-intros.
-subst.
-Fail reflexivity.