Skip to content

Commit

Permalink
test: fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuisi committed Sep 12, 2024
1 parent 32854c1 commit 7dadb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lean/stdio.lean
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ out.putStrLn "print stdout"
let err ← IO.getStderr;
(err.putStr "print stderr" : IO Unit)

open usingIO IO
open IO

def test : IO Unit := do
FS.withFile "stdout1.txt" IO.FS.Mode.write $ fun h₁ => do
Expand Down

0 comments on commit 7dadb0c

Please sign in to comment.