summaryrefslogtreecommitdiff
path: root/test-suite/failure/inductive1.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/failure/inductive1.v')
-rw-r--r--test-suite/failure/inductive1.v4
1 files changed, 0 insertions, 4 deletions
diff --git a/test-suite/failure/inductive1.v b/test-suite/failure/inductive1.v
deleted file mode 100644
index 3b57d919..00000000
--- a/test-suite/failure/inductive1.v
+++ /dev/null
@@ -1,4 +0,0 @@
-(* A check that sort-polymorphic product is not set too low *)
-
-Inductive prod (A B:Type) : Type := pair : A -> B -> prod A B.
-Check (fun (A:Type) (B:Prop) => (prod A B : Prop)).