Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em committed Aug 18, 2023
1 parent 030af5d commit 9a539d8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/says.lean
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,9 @@ example : True := by
trivial

set_option says.verify true in
example : Nat := by
simp? says simp only
example (x y : List α) : (x ++ y).length = x.length + y.length := by
simp? says simp only [List.length_append]
-- This is a comment to test that `says` ignores following comments.
exact 0

set_option says.no_verify_in_CI true in
example : True := by
Expand Down

0 comments on commit 9a539d8

Please sign in to comment.