aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/closed/4214.v
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2015-05-05 19:25:24 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2015-05-09 13:44:01 +0200
commit5cbc018fe934750bdf1043da68f99911be4ee6f6 (patch)
tree034e3574779ff1279d7ba73268adcbede9379791 /test-suite/bugs/closed/4214.v
parent3bcfff90470ef079b5e711ef72db28b670eeacd0 (diff)
Adding a flag "Set Regular Subst Tactic" off by default in v8.5 for
preserving compatibility of subst after #4214 being solved.
Diffstat (limited to 'test-suite/bugs/closed/4214.v')
-rw-r--r--test-suite/bugs/closed/4214.v5
1 files changed, 0 insertions, 5 deletions
diff --git a/test-suite/bugs/closed/4214.v b/test-suite/bugs/closed/4214.v
deleted file mode 100644
index cd53c898e..000000000
--- a/test-suite/bugs/closed/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.
-reflexivity.