aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/opened/HoTT_coq_081.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/opened/HoTT_coq_081.v')
-rw-r--r--test-suite/bugs/opened/HoTT_coq_081.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/opened/HoTT_coq_081.v b/test-suite/bugs/opened/HoTT_coq_081.v
index 6de3ebdbd..bcd12aa69 100644
--- a/test-suite/bugs/opened/HoTT_coq_081.v
+++ b/test-suite/bugs/opened/HoTT_coq_081.v
@@ -7,6 +7,6 @@ Record category :=
hom : ob -> ob -> Type
}.
-Record foo := { C : category; x :> ob C }.
+Fail Record foo := { C : category; x :> ob C }.
(* Toplevel input, characters 0-42:
Error: Cannot find the target class. *)