fix(tests/lean): adjust test to reflect recent changes

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2014-08-26 09:12:18 -07:00
parent 4c9723e5ed
commit 4ab0dd4700

View file

@ -3,7 +3,7 @@ import logic
section
hypothesis P : Prop.
theorem crash
definition crash
:= assume H : P,
have H' : ¬ P,
from H,