Skip to content

Commit 0ddc182

Browse files
authored
Update file_not_found.lean
1 parent 045b8b5 commit 0ddc182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lean/file_not_found.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
prelude
2-
import Init.System.IO
2+
import Init.System.Files
33

44
open IO.FS
55
def usingIO {α} (x : IO α) : IO α := x

0 commit comments

Comments
 (0)