Skip to content

Commit

Permalink
fix the test
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-wieser committed Aug 5, 2024
1 parent bb66d4d commit e4f6939
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/lean/run/4768.lean
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
example : True := by
refine' trivial ..
. trivial
example : True ∧ True := by
constructor
refine trivial ..
. trivial -- this has to be . not · for this test to be useful

0 comments on commit e4f6939

Please sign in to comment.