diff options
Diffstat (limited to 'test-suite/bugs/opened/HoTT_coq_104.v')
| -rw-r--r-- | test-suite/bugs/opened/HoTT_coq_104.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/bugs/opened/HoTT_coq_104.v b/test-suite/bugs/opened/HoTT_coq_104.v index 5bb7fa8c12..ff2da3948e 100644 --- a/test-suite/bugs/opened/HoTT_coq_104.v +++ b/test-suite/bugs/opened/HoTT_coq_104.v @@ -10,4 +10,4 @@ Local Set Primitive Projections. Record prod (A B : Type) : Type := pair { fst : A; snd : B }. -Check fun x : prod Set Set => eq_refl : x = pair (fst x) (snd x). +Fail Check fun x : prod Set Set => eq_refl : x = pair (fst x) (snd x). |
