summaryrefslogtreecommitdiff
path: root/test-suite/failure/univ_include.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/failure/univ_include.v')
-rw-r--r--test-suite/failure/univ_include.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-suite/failure/univ_include.v b/test-suite/failure/univ_include.v
index 56f04f9d..28a3263d 100644
--- a/test-suite/failure/univ_include.v
+++ b/test-suite/failure/univ_include.v
@@ -23,8 +23,8 @@ Module Mt.
Definition t := T.
End Mt.
-Module P := G Mt. (* should yield Universe inconsistency *)
+Fail Module P := G Mt. (* should yield Universe inconsistency *)
(* ... otherwise the following command will show that T has type T! *)
-Eval cbv delta [P.elt Mt.t] in P.elt.
+(* Eval cbv delta [P.elt Mt.t] in P.elt. *)