diff options
Diffstat (limited to 'test-suite/failure/subtyping2.v')
-rw-r--r-- | test-suite/failure/subtyping2.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/failure/subtyping2.v b/test-suite/failure/subtyping2.v index 48fc2fff..8b2dc1dc 100644 --- a/test-suite/failure/subtyping2.v +++ b/test-suite/failure/subtyping2.v @@ -242,4 +242,4 @@ Defined. with the constraint j >= i in the paradox. *) - Definition Paradox : False := Burali_Forti A0 i0' inj. + Fail Definition Paradox : False := Burali_Forti A0 i0' inj. |