aboutsummaryrefslogtreecommitdiff
path: root/test-suite/complexity/injection.v
diff options
context:
space:
mode:
authorSimonBoulier2019-12-19 16:51:04 +0100
committerSimonBoulier2020-01-07 10:11:21 +0100
commita2802a0b93aa24e4340be6cb3de7fff865028189 (patch)
tree5994fd9f99f5f1a6b44496eef9c4281dc464a08a /test-suite/complexity/injection.v
parent751ad4098768569450306b7e269081bbac81ea71 (diff)
Fix test-suite fo non maximal implicit arguments
Diffstat (limited to 'test-suite/complexity/injection.v')
-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 298a07c1c4..7022987096 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.
-Arguments ADMIT [p].
+Arguments ADMIT {p}.
Module Share.
Parameter jb : joinable bool.