fix(tests/lean): move crash.lean to different directory
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
736b219e65
commit
21176c61fe
2 changed files with 6 additions and 0 deletions
tests/lean
6
tests/lean/crash.lean.expected.out
Normal file
6
tests/lean/crash.lean.expected.out
Normal file
|
@ -0,0 +1,6 @@
|
|||
crash.lean:6:0: error: type mismatch at application
|
||||
(λ (H' : not P), _) H
|
||||
expected type:
|
||||
not P
|
||||
given type:
|
||||
P
|
Loading…
Add table
Reference in a new issue