aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/opened
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2015-06-29 20:53:01 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2015-06-29 20:53:01 +0200
commitb8a66c673f695ab48eefc1360fc261a0199cf454 (patch)
treeb42164b604af0a35de33a1ff31046e275a3c0999 /test-suite/bugs/opened
parentcb3a674742e18401eecb441ab7150f0f701b4171 (diff)
Fix test file for #4214 which was fixed by Hugo.
Diffstat (limited to 'test-suite/bugs/opened')
-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 3daf45213..000000000
--- 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.