chore(tests/lean/run/destruct): fix test

This commit is contained in:
Gabriel Ebner 2017-01-21 10:28:46 +01:00
parent 03e09db70e
commit d4879b74cd

View file

@ -26,5 +26,5 @@ begin
intro n,
destruct n,
dsimp, intros, note h := lt_irrefl 0, cc,
dsimp, intros, subst n, reflexivity
dsimp, intros, subst n
end