aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/success
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/success')
-rw-r--r--test-suite/success/unification.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/success/unification.v b/test-suite/success/unification.v
index 52c27587a..ddf122e85 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.