aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <mattam@mattam.org>2014-04-08 15:59:36 +0200
committerGravatar Matthieu Sozeau <mattam@mattam.org>2014-05-06 09:58:59 +0200
commit4bfb3331804fd191a1d5fb92e99ae17b080f4f7b (patch)
treee3c56f70fc23adc16fc365ee1fb60763e393a005 /test-suite/bugs
parent4d779fe8ff9c2b81eddb671dc0e60d3743357ce5 (diff)
Fix set_leq_sort refusing max(u,Set) <= Set when u is flexible.
Diffstat (limited to 'test-suite/bugs')
-rw-r--r--test-suite/bugs/closed/2342.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/closed/2342.v b/test-suite/bugs/closed/2342.v
index 094e5466c..6613b2857 100644
--- a/test-suite/bugs/closed/2342.v
+++ b/test-suite/bugs/closed/2342.v
@@ -4,5 +4,5 @@
Parameter A : Set.
Parameter B : A -> Set.
Parameter F : Set -> Prop.
-Check (F (forall x, B x)).
+Check (F (forall x, B x)).