fix(tests/lean/run/cases_bug): adjust test to changes in the std lib

This commit is contained in:
Leonardo de Moura 2016-01-13 16:37:33 -08:00
parent 05c3ede683
commit 912c5254de

View file

@ -1,4 +1,4 @@
import logic.cast
theorem cast_heq : ∀ {A B : Type} (H : A = B) (a : A), cast H a == a
theorem cast_heq : ∀ {A B : Type} (H : A = B) (a : A), cast H a == a
| A A (eq.refl A) a := heq_of_eq !cast_eq