aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
authorHugo Herbelin2020-09-18 19:36:20 +0200
committerHugo Herbelin2020-09-18 19:36:20 +0200
commit5c08a3172bf7b10723b0d5d22e4cf998971482d7 (patch)
tree02bdca5ad6fdd0d286cc7f12ba6370e1add47c13 /test-suite
parent6b991f6111006cf4635b3321232d61c4f5c54f40 (diff)
parent3466c08689439804e828f7b809e698346fa76a3b (diff)
Merge PR #12963: Formally deprecate the double induction tactic.
Reviewed-by: VincentSe Ack-by: herbelin Ack-by: olaure01
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/success/induct.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/test-suite/success/induct.v b/test-suite/success/induct.v
index a39b17e1f1..4983ee3c0d 100644
--- a/test-suite/success/induct.v
+++ b/test-suite/success/induct.v
@@ -159,6 +159,8 @@ Abort.
(* This was failing in 8.5 and before because of a bug in the order of
hypotheses *)
+Set Warnings "-deprecated".
+
Inductive I2 : Type :=
C2 : forall x:nat, x=x -> I2.
Goal forall a b:I2, a = b.