check the new test actually fails in the right way

This commit is contained in:
rhiannon morris 2024-05-12 20:32:32 +02:00
parent d276a66abd
commit 8fae67d4d5
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ namespace unrestricted {
namespace linear {
def0 ZZA : ★ = 1.ZZ → A
#[fail]
#[fail "λ _ ⇒ x reflZ is not equal to x"]
def defeq : 0.(P : ZZA → ★) → 0.(x : ZZA) → P (λ _ ⇒ x reflZ) → P x =
λ P x p ⇒ p
}