summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/1951.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/1951.v')
-rw-r--r--test-suite/bugs/closed/1951.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/closed/1951.v b/test-suite/bugs/closed/1951.v
index 7558b0b8..e950554c 100644
--- a/test-suite/bugs/closed/1951.v
+++ b/test-suite/bugs/closed/1951.v
@@ -42,7 +42,7 @@ match s as a return (S a) with
pair (ind2 a0) IHl) l)
end. (* some induction principle *)
-Implicit Arguments ind [S].
+Arguments ind [S].
Lemma k : a -> Type. (* some ininteresting lemma *)
intro;pattern H;apply ind;intros.