aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/success/unification.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/test-suite/success/unification.v b/test-suite/success/unification.v
index e5b6e41598..18ba0fc870 100644
--- a/test-suite/success/unification.v
+++ b/test-suite/success/unification.v
@@ -90,12 +90,14 @@ intros.
apply H.
Qed.
+(* Feature deactivated in commit 14189 (see commit log)
(* Test instanciation of evars by unification *)
Goal (forall x, 0 + x = 0 -> True) -> True.
intros; eapply H.
rewrite <- plus_n_Sm. (* should refine ?x with S ?x' *)
Abort.
+*)
(* Check handling of identity equation between evars *)
(* The example failed to pass until revision 10623 *)