fix(tests/lean): typo
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
8cfe5cf9ed
commit
42cb5d1d3c
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@
|
|||
f a
|
||||
Error (line: 10, pos: 5) unknown identifier 'f'
|
||||
Variable first : Bool
|
||||
10 + 20 : ℤ
|
||||
10 ++ 20 : ℤ
|
||||
Error (line: 19, pos: 9) unknown identifier '++'
|
||||
Error (line: 21, pos: 0) main scope cannot be removed
|
||||
|
|
Loading…
Reference in a new issue