chore: fix test

This commit is contained in:
Leonardo de Moura 2020-11-03 12:30:26 -08:00
parent abd6914ac2
commit aafa09ddcd

View file

@ -136,11 +136,6 @@ by {
macro «try» t:tactic : tactic => `($t <|> skip)
syntax "repeat" tactic : tactic
macro_rules
| `(tactic| repeat $t) => `(tactic| try ($t; repeat $t))
theorem simple12 (x y z : Nat) : y = z → x = x → x = y → x = z :=
by {
intro h1; intro h2; intro h3;