check the new test actually fails in the right way
This commit is contained in:
parent
d276a66abd
commit
8fae67d4d5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue