fix(tests/lean): adjust test to reflect recent changes
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
4c9723e5ed
commit
4ab0dd4700
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import logic
|
|||
section
|
||||
hypothesis P : Prop.
|
||||
|
||||
theorem crash
|
||||
definition crash
|
||||
:= assume H : P,
|
||||
have H' : ¬ P,
|
||||
from H,
|
||||
|
|
Loading…
Reference in a new issue