aboutsummaryrefslogtreecommitdiff
path: root/test-suite/micromega
diff options
context:
space:
mode:
authorppedrot2012-06-12 07:38:27 +0000
committerppedrot2012-06-12 07:38:27 +0000
commitd86f17ae08aaac00f81865d5b3f0e1e7c44119e1 (patch)
tree695de2b3f88bfc9911b77f56e91e16795776eea9 /test-suite/micromega
parent3ef576e0c9a09384742cddb6f752d22784c267e3 (diff)
Changed encoding from ISO-8859-1 to UTF-8 for some remaining gallina files.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15431 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite/micromega')
-rw-r--r--test-suite/micromega/example.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-suite/micromega/example.v b/test-suite/micromega/example.v
index f424f0fcca..f5a953566f 100644
--- a/test-suite/micromega/example.v
+++ b/test-suite/micromega/example.v
@@ -2,7 +2,7 @@
(* *)
(* Micromega: A reflexive tactic using the Positivstellensatz *)
(* *)
-(* Frédéric Besson (Irisa/Inria) 2006-2008 *)
+(* Frédéric Besson (Irisa/Inria) 2006-2008 *)
(* *)
(************************************************************************)
@@ -23,7 +23,7 @@ Proof.
Qed.
-(* From Laurent Théry *)
+(* From Laurent Théry *)
Lemma some_pol : forall x, 4 * x ^ 2 + 3 * x + 2 >= 0.
Proof.