aboutsummaryrefslogtreecommitdiff
path: root/test-suite/modules
diff options
context:
space:
mode:
authorMaxime Dénès2019-07-25 19:04:12 +0200
committerThéo Zimmermann2019-11-30 12:33:17 +0100
commitcd8c4fc982c874802546769b1f7df3c2dcfc0579 (patch)
treed806c46e2bf9743500886a1854d0da4a480febc5 /test-suite/modules
parentb76db7671bc23238938bc090af0e00b3009f481c (diff)
Actually deprecate the `cutrewrite` tactic
The manual was already saying that it was deprecated, but no warning was emitted. Fixes #10572
Diffstat (limited to 'test-suite/modules')
-rw-r--r--test-suite/modules/PO.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-suite/modules/PO.v b/test-suite/modules/PO.v
index be33104918..4c0ee1b5bd 100644
--- a/test-suite/modules/PO.v
+++ b/test-suite/modules/PO.v
@@ -35,8 +35,8 @@ Module Pair (X: PO) (Y: PO) <: PO.
destruct p2.
unfold le.
intuition.
- cutrewrite (t = t1).
- cutrewrite (t0 = t2).
+ enough (t = t1) as ->.
+ enough (t0 = t2) as ->.
reflexivity.
info auto.