summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/shouldsucceed/2342.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/shouldsucceed/2342.v')
-rw-r--r--test-suite/bugs/closed/shouldsucceed/2342.v8
1 files changed, 0 insertions, 8 deletions
diff --git a/test-suite/bugs/closed/shouldsucceed/2342.v b/test-suite/bugs/closed/shouldsucceed/2342.v
deleted file mode 100644
index 094e5466..00000000
--- a/test-suite/bugs/closed/shouldsucceed/2342.v
+++ /dev/null
@@ -1,8 +0,0 @@
-(* Checking that the type inference algoithme does not commit to an
- equality over sorts when only a subtyping constraint is around *)
-
-Parameter A : Set.
-Parameter B : A -> Set.
-Parameter F : Set -> Prop.
-Check (F (forall x, B x)).
-