Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kim-em committed Jun 24, 2024
1 parent af507cf commit af65a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/absurd.lean
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ h : p → False
⊢ p
-/
#guard_msgs in
example (h : p → False) : 0 = 3 := by
example {p : Prop} (h : p → False) : 0 = 3 := by
absurd h

0 comments on commit af65a4a

Please sign in to comment.