fix(tests/lean): avoid 'sorry' in expected output

This commit is contained in:
Leonardo de Moura 2014-11-06 14:06:55 -08:00
parent af88e34588
commit 4fa363adbf

View file

@ -1,4 +1,4 @@
import data.nat
import data.nat.basic
namespace foo
open nat
inductive nat : Type := zero, foosucc : nat → nat