aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
authorherbelin2008-04-01 14:45:20 +0000
committerherbelin2008-04-01 14:45:20 +0000
commit124016815a5a38dfebee75451721ae13bca81959 (patch)
treeb3adc59b7ecc5fb6093e21a741bf764fa206864f /test-suite
parent97fb9f22eadab06fe320ccedf6abfb6be89702f4 (diff)
Ajout des propriétés $Id:$ là où elles n'existaient pas ou n'étaient
pas correctes git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10739 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/success/apply.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/success/apply.v b/test-suite/success/apply.v
index 014f6ffcd5..5e86abe7bf 100644
--- a/test-suite/success/apply.v
+++ b/test-suite/success/apply.v
@@ -51,7 +51,7 @@ Abort.
(* Check insertion of coercions in bindings *)
-Coercion eq_true : bool >-> Sortclass.
+(*Coercion eq_true : bool >-> Sortclass.*)
Goal exists A:Prop, A = A.
exists true.
trivial.