aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-11-13 15:52:27 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-11-13 15:52:27 +0000
commit961672aa25747fb277fa60eae99ca8d82b0e0fc6 (patch)
treeb31d4a430359389151d3586245a048aba357e4e3
parent2e233fd5358ca0ee124114563a8414e49f336b13 (diff)
Fermeture de la section maintenant necessaire
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4893 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--test-suite/success/implicit.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-suite/success/implicit.v b/test-suite/success/implicit.v
index bd7474285..f767e80a9 100644
--- a/test-suite/success/implicit.v
+++ b/test-suite/success/implicit.v
@@ -16,3 +16,4 @@ Record stack : Type := {type : Set; elt : type;
Check (type:Set; elt:type; empty:(type->bool))(empty elt)=true->stack.
+End Spec.