From a8c6eeeaa321a84063e8492aca25942a07c00ddb Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Wed, 15 Jun 2016 19:56:14 +0200 Subject: Fix test-suite for opened bug #4813. --- test-suite/bugs/opened/4813.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-suite/bugs/opened/4813.v b/test-suite/bugs/opened/4813.v index 7c65accfe..b75170179 100644 --- a/test-suite/bugs/opened/4813.v +++ b/test-suite/bugs/opened/4813.v @@ -2,4 +2,4 @@ Record T := BT { t : Set }. Record U (x : T) := BU { u : t x -> Prop }. -Definition A (H : unit -> Prop) : U (BT unit) := BU _ H. +Fail Definition A (H : unit -> Prop) : U (BT unit) := BU _ H. -- cgit v1.2.3