chore(tests/lean/run/destruct): fix test
This commit is contained in:
parent
03e09db70e
commit
d4879b74cd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue