aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/bugs/opened/4813.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/opened/4813.v b/test-suite/bugs/opened/4813.v
index 7c65accfea..b75170179b 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.