fix(tests/lean): avoid 'sorry' in expected output
This commit is contained in:
parent
af88e34588
commit
4fa363adbf
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
import data.nat
|
||||
import data.nat.basic
|
||||
namespace foo
|
||||
open nat
|
||||
inductive nat : Type := zero, foosucc : nat → nat
|
||||
|
|
Loading…
Reference in a new issue