aboutsummaryrefslogtreecommitdiff
path: root/test-suite/complexity
diff options
context:
space:
mode:
authorEnrico Tassi2018-04-01 17:07:34 +0200
committerEnrico Tassi2018-04-01 17:07:34 +0200
commitb44c680e8d673d925189408274a7b44e734b3ff6 (patch)
treebcf06aa56b64d039bb6cfdc99e404185cca10fb9 /test-suite/complexity
parent2d2d16430822f1768ce4f3c62ef0750b94e4747f (diff)
parent3df3e0f6f8a61a43a03ebd7907f604407df89259 (diff)
Merge PR #6802: Remove deprecated commands Implicit Arguments and Arguments Scope
Diffstat (limited to 'test-suite/complexity')
-rw-r--r--test-suite/complexity/injection.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/complexity/injection.v b/test-suite/complexity/injection.v
index 08f489d751..a76fa19d3c 100644
--- a/test-suite/complexity/injection.v
+++ b/test-suite/complexity/injection.v
@@ -47,7 +47,7 @@ Parameter mkJoinmap : forall (key: Type) (t: Type) (j: joinable t),
joinmap key j.
Parameter ADMIT: forall p: Prop, p.
-Implicit Arguments ADMIT [p].
+Arguments ADMIT [p].
Module Share.
Parameter jb : joinable bool.