chore: update test

This commit is contained in:
Leonardo de Moura 2022-04-18 11:56:46 -07:00
parent e6aee1e463
commit e69e469a37

View file

@ -29,4 +29,9 @@ example (h₁ : p q) (h₂ : p → x = 0) (h₃ : q → y = 0) : x * y = 0 :
save
have : y = 0 := h₃ h
simp [*]
| inl h => stop done
| inl h => stop
expensive_tactic
save
have : x = 0 := h₂ h
simp [*]
done