From 69b757baefaddb9d32978d06044c8005f38aa337 Mon Sep 17 00:00:00 2001 From: herbelin Date: Wed, 7 Apr 2010 22:07:34 +0000 Subject: Commit 12906 continued (forgotten file). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12907 85f007b7-540e-0410-9357-904b9bb8a0f7 --- test-suite/success/unification.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-suite/success/unification.v b/test-suite/success/unification.v index 52c27587a2..ddf122e853 100644 --- a/test-suite/success/unification.v +++ b/test-suite/success/unification.v @@ -92,7 +92,7 @@ Qed. (* Test instanciation of evars by unification *) -Goal (forall x, 0 * x = 0 -> True) -> True. +Goal (forall x, 0 + x = 0 -> True) -> True. intros; eapply H. rewrite <- plus_n_Sm. (* should refine ?x with S ?x' *) Abort. -- cgit v1.2.3