Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kmill committed Jul 29, 2024
1 parent 9ff329e commit 5415c61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lean/run/1697.lean
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ error: cannot evaluate expression that depends on the `sorry` axiom.
Use `#eval!` to evaluate nevertheless (which may cause lean to crash).
-/
#guard_msgs in
#eval show Nat from False.rec (by decide)
#eval show Nat from False.elim (by decide)

/--
warning: declaration uses 'sorry'
Expand Down

0 comments on commit 5415c61

Please sign in to comment.