summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/3068.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/3068.v')
-rw-r--r--test-suite/bugs/closed/3068.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/closed/3068.v b/test-suite/bugs/closed/3068.v
index 79671ce9..9811733d 100644
--- a/test-suite/bugs/closed/3068.v
+++ b/test-suite/bugs/closed/3068.v
@@ -33,7 +33,7 @@ Section Counted_list.
End Counted_list.
-Implicit Arguments counted_def_nth [A n].
+Arguments counted_def_nth [A n].
Section Finite_nat_set.