Skip to content

Commit

Permalink
Panic
Browse files Browse the repository at this point in the history
  • Loading branch information
jtristan committed Sep 2, 2024
1 parent 430b10a commit 02e567b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Main.lean
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ def main : IO Unit := do
IO.println s!"Parsing {file}: failure {e}"
count := count + 1
success := false
if ! success then panic s!"{count} out of {files.length} tests failed"
if ! success then panic! s!"{count} out of {files.length} tests failed"

0 comments on commit 02e567b

Please sign in to comment.