aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/micromega/qexample.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/micromega/qexample.v')
-rw-r--r--test-suite/micromega/qexample.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/micromega/qexample.v b/test-suite/micromega/qexample.v
index 8a349a1d9..1fa250e09 100644
--- a/test-suite/micromega/qexample.v
+++ b/test-suite/micromega/qexample.v
@@ -72,7 +72,7 @@ Qed.
Lemma motzkin' : forall x y, (x^2+y^2+1)*(x^2*y^4 + x^4*y^2 + 1 - (3 # 1) *x^2*y^2) >= 0.
Proof.
- intros ; sos Q.
+ intros ; psatz Q.
Qed.