chore: update test
This commit is contained in:
parent
e6aee1e463
commit
e69e469a37
1 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue