aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs/opened/HoTT_coq_103.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/opened/HoTT_coq_103.v')
-rw-r--r--test-suite/bugs/opened/HoTT_coq_103.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/opened/HoTT_coq_103.v b/test-suite/bugs/opened/HoTT_coq_103.v
index 7b1dc8deab..7ecf7671e5 100644
--- a/test-suite/bugs/opened/HoTT_coq_103.v
+++ b/test-suite/bugs/opened/HoTT_coq_103.v
@@ -1,4 +1,4 @@
-Check (nat : Type) : Set.
+Fail Check (nat : Type) : Set.
(* Error:
The term "nat:Type" has type "Type" while it is expected to have type
"Set" (Universe inconsistency). *)