aboutsummaryrefslogtreecommitdiff
path: root/test-suite/success/destruct.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/success/destruct.v')
-rw-r--r--test-suite/success/destruct.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/success/destruct.v b/test-suite/success/destruct.v
index d3aca59a2a..83a33f75dc 100644
--- a/test-suite/success/destruct.v
+++ b/test-suite/success/destruct.v
@@ -110,7 +110,7 @@ Abort.
Goal exists n p:nat, (S n,S n) = (S p,S p) /\ p = n.
do 2 eexists.
destruct (_, S _). (* Was unifying at some time in trunk, now takes the first occurrence *)
-change ((n, n0) = (S ?p, S ?p) /\ ?p = ?n0).
+change ((n, n0) = (S ?p, S ?p) /\ ?p = ?n).
Abort.
(* An example with incompatible but convertible occurrences *)