From 31c44227059be9227f8fc921f74a80094f9bbcfe Mon Sep 17 00:00:00 2001 From: herbelin Date: Fri, 8 Apr 2011 14:08:50 +0000 Subject: Applying and reworking Tom Prince's patch for test-suite/failure/universes2.v which did not test what it was supposed to test git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13970 85f007b7-540e-0410-9357-904b9bb8a0f7 --- test-suite/failure/universes2.v | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 test-suite/failure/universes2.v (limited to 'test-suite/failure') diff --git a/test-suite/failure/universes2.v b/test-suite/failure/universes2.v deleted file mode 100644 index e74de70fc..000000000 --- a/test-suite/failure/universes2.v +++ /dev/null @@ -1,4 +0,0 @@ -(* Example submitted by Randy Pollack *) - -Parameter K : forall T : Type, T -> T. -Check (K (forall T : Type, T -> T) K). -- cgit v1.2.3