diff options
author | Hugo Herbelin <Hugo.Herbelin@inria.fr> | 2015-03-24 22:52:10 +0100 |
---|---|---|
committer | Hugo Herbelin <Hugo.Herbelin@inria.fr> | 2015-03-24 22:52:56 +0100 |
commit | c801b004bcb71f4f1db5d4cf260ef5a01fc8dde0 (patch) | |
tree | b770c5feb50bba28b5847f3d4d614d7484a5c0b4 /test-suite | |
parent | 72b5c9d35dddf774c1d517889cb8f48a932d7095 (diff) |
Updating test-suite (see previous commit).
Diffstat (limited to 'test-suite')
-rw-r--r-- | test-suite/bugs/opened/3491.v | 2 |
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. |