aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs/opened/HoTT_coq_053.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/opened/HoTT_coq_053.v')
-rw-r--r--test-suite/bugs/opened/HoTT_coq_053.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-suite/bugs/opened/HoTT_coq_053.v b/test-suite/bugs/opened/HoTT_coq_053.v
index a14fb6aa57..f47f9b5250 100644
--- a/test-suite/bugs/opened/HoTT_coq_053.v
+++ b/test-suite/bugs/opened/HoTT_coq_053.v
@@ -29,7 +29,7 @@ Definition IndiscreteCategory X : PreCategory
:= @Build_PreCategory X
(fun _ _ => Unit).
-Definition NatCategory (n : nat) :=
+Fail Definition NatCategory (n : nat) :=
match n with
| 0 => IndiscreteCategory Unit
| _ => DiscreteCategory Bool
@@ -43,7 +43,7 @@ Definition NatCategory' (n : nat) :=
| _ => DiscreteCategory Bool
end.
-Definition NatCategory'' (n : nat) :=
+Fail Definition NatCategory'' (n : nat) :=
match n with
| 0 => IndiscreteCategory Unit
| _ => DiscreteCategory Bool