Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickMassot committed Sep 15, 2023
1 parent dfc5fb2 commit 4305cd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/lean/dsimpZetaIssue.lean
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ example : let x := 0; x + 5 = 5 := by
simp

example : let x := 0; x + 5 = 5 := by
dsimp
dsimp (config := { zeta := true})

example : let x := 0; x + y = y := by
dsimp
dsimp (config := { zeta := true})
trace_state
rw [Nat.zero_add]

Expand Down

0 comments on commit 4305cd1

Please sign in to comment.