From 1c0b79b69eaf1ff3c773cef08d24761960dcdbeb Mon Sep 17 00:00:00 2001 From: herbelin Date: Mon, 30 Apr 2007 08:11:13 +0000 Subject: Modification syntaxe de Test git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9816 85f007b7-540e-0410-9357-904b9bb8a0f7 --- test-suite/success/options.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-suite') diff --git a/test-suite/success/options.v b/test-suite/success/options.v index bb6781506..f43a46940 100644 --- a/test-suite/success/options.v +++ b/test-suite/success/options.v @@ -20,7 +20,7 @@ Parameter i : bool -> nat. Coercion i : bool >-> nat. Add Printing Coercion i. Remove Printing Coercion i. -Test Printing Coercion i. +Test Printing Coercion for i. Test Printing Let. Test Printing If. -- cgit v1.2.3