aboutsummaryrefslogtreecommitdiff
path: root/test-suite/modules
diff options
context:
space:
mode:
authorThéo Zimmermann2019-12-02 07:42:31 +0100
committerThéo Zimmermann2019-12-02 07:42:31 +0100
commit31e109671896ef42653b1fcf239d8ebe1424c3da (patch)
tree8ce9d6865ca970e5675fb90b452edb735cdf8b14 /test-suite/modules
parent73f329333c6123a512ca975da949bec3778ce151 (diff)
parenta394876327dbe8af8410e8e91c01a363fd2d4cdf (diff)
Merge PR #10575: Clean up deprecations
Reviewed-by: Zimmi48 Reviewed-by: silene
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.