aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/closed
diff options
context:
space:
mode:
authorGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-08-04 19:15:34 +0000
committerGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-08-04 19:15:34 +0000
commit7ab24497b8d66a96a706db3be0400a962cbc092f (patch)
tree423ec7de54a3bd2f2706aebbb1658a147cf3f057 /test-suite/bugs/closed
parent4372b5bc27e7ffcb4bff2cf5c093cdbafeddfe83 (diff)
Added test for bug #2846.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16663 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite/bugs/closed')
-rw-r--r--test-suite/bugs/closed/shouldfail/2846.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/shouldfail/2846.v b/test-suite/bugs/closed/shouldfail/2846.v
new file mode 100644
index 000000000..2769b4d31
--- /dev/null
+++ b/test-suite/bugs/closed/shouldfail/2846.v
@@ -0,0 +1,3 @@
+Variable R : Type.
+
+Inductive I : R := c : R.