aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormsozeau2009-06-02 14:05:54 +0000
committermsozeau2009-06-02 14:05:54 +0000
commitaeebee7a734922c86b573b19eddb53607669cdc5 (patch)
tree77dce8f91193aad6d7f382b300eb6b935a23d726
parentce19a21686b6a75f4fea6f49468812679f241d64 (diff)
Fix script file using the "Manual Implicit" flag.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12158 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--test-suite/success/dependentind.v3
1 files changed, 1 insertions, 2 deletions
diff --git a/test-suite/success/dependentind.v b/test-suite/success/dependentind.v
index f0b700adb9..6de7c21977 100644
--- a/test-suite/success/dependentind.v
+++ b/test-suite/success/dependentind.v
@@ -1,5 +1,4 @@
Require Import Coq.Program.Program.
-Set Manual Implicit Arguments.
Variable A : Set.
@@ -106,7 +105,7 @@ Defined.
(** Example by Andrew Kenedy, uses simplification of the first component of dependent pairs. *)
-Unset Manual Implicit Arguments.
+Set Implicit Arguments.
Inductive Ty :=
| Nat : Ty