From f1389e10e6bf15e0fe3fd120f4aa8e59579a16b4 Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Sat, 21 Feb 2015 12:38:25 +0100 Subject: Removed tests for #3900 and #3944 as open bugs. --- test-suite/bugs/opened/3900.v | 12 ------------ test-suite/bugs/opened/3944.v | 4 ---- 2 files changed, 16 deletions(-) delete mode 100644 test-suite/bugs/opened/3900.v delete mode 100644 test-suite/bugs/opened/3944.v diff --git a/test-suite/bugs/opened/3900.v b/test-suite/bugs/opened/3900.v deleted file mode 100644 index b791b53512..0000000000 --- a/test-suite/bugs/opened/3900.v +++ /dev/null @@ -1,12 +0,0 @@ -Global Set Primitive Projections. -Set Implicit Arguments. -Record sigT {A} (P : A -> Type) := existT { projT1 : A ; projT2 : P projT1 }. -Record PreCategory := { object :> Type ; morphism : object -> object -> Type }. -Variable A : PreCategory. -Variable Pobj : A -> Type. -Local Notation obj := (sigT Pobj). -Variable Pmor : forall s d : obj, morphism A (projT1 s) (projT1 d) -> Type. -Class Foo (x : Type) := { _ : forall y, y }. -Local Instance ishset_pmor {s d m} : Foo (Pmor s d m). -Proof. - Fail SearchAbout ((forall _ _, _) -> Foo _). diff --git a/test-suite/bugs/opened/3944.v b/test-suite/bugs/opened/3944.v deleted file mode 100644 index 3d0deb4c59..0000000000 --- a/test-suite/bugs/opened/3944.v +++ /dev/null @@ -1,4 +0,0 @@ -Require Import Setoid. -Class C (T : Type) := c : T. -Goal forall T (i : C T) (v : T), True. -setoid_rewrite plus_n_Sm. -- cgit v1.2.3