aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs
diff options
context:
space:
mode:
authorSimonBoulier2019-12-19 16:51:04 +0100
committerSimonBoulier2020-01-07 10:11:21 +0100
commita2802a0b93aa24e4340be6cb3de7fff865028189 (patch)
tree5994fd9f99f5f1a6b44496eef9c4281dc464a08a /test-suite/bugs
parent751ad4098768569450306b7e269081bbac81ea71 (diff)
Fix test-suite fo non maximal implicit arguments
Diffstat (limited to 'test-suite/bugs')
-rw-r--r--test-suite/bugs/closed/bug_2729.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/closed/bug_2729.v b/test-suite/bugs/closed/bug_2729.v
index ff08bdc6bb..52cc34beb3 100644
--- a/test-suite/bugs/closed/bug_2729.v
+++ b/test-suite/bugs/closed/bug_2729.v
@@ -82,7 +82,7 @@ Inductive SequenceBase (pu : PatchUniverse)
(p : pu_type from mid)
(qs : SequenceBase pu mid to),
SequenceBase pu from to.
-Arguments Nil [pu cxt].
+Arguments Nil {pu cxt}.
Arguments Cons [pu from mid to].
Program Fixpoint insertBase {pu : PatchUniverse}