aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2015-03-24 22:52:10 +0100
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2015-03-24 22:52:56 +0100
commitc801b004bcb71f4f1db5d4cf260ef5a01fc8dde0 (patch)
treeb770c5feb50bba28b5847f3d4d614d7484a5c0b4 /test-suite
parent72b5c9d35dddf774c1d517889cb8f48a932d7095 (diff)
Updating test-suite (see previous commit).
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/bugs/opened/3491.v2
1 files changed, 0 insertions, 2 deletions
diff --git a/test-suite/bugs/opened/3491.v b/test-suite/bugs/opened/3491.v
deleted file mode 100644
index 9837b0ecb..000000000
--- a/test-suite/bugs/opened/3491.v
+++ /dev/null
@@ -1,2 +0,0 @@
-Fail Inductive list (A : Type) (T := A) : Type :=
- nil : list A | cons : T -> list T -> list A.