fix(tests/lean/whnf): make sure the test does not produce 'sorry'

This commit is contained in:
Leonardo de Moura 2014-12-03 21:12:33 -08:00
parent 7d19b5b743
commit b6a1c118f4
2 changed files with 1 additions and 2 deletions

View file

@ -1,4 +1,4 @@
import data.nat
import data.nat.basic
open nat
eval [whnf] (fun x, x + 1) 2

View file

@ -1,4 +1,3 @@
whnf.lean:2:0: warning: imported file uses 'sorry'
succ (nat.rec 2 (λ (b₁ r : ), succ r) 0)
3
succ (nat.rec a (λ (b₁ r : ), succ r) 0)