Skip to content

Commit a0e5da2

Browse files
trying to remove some bugs from the tests
Co-Authored-By: Patrick Ferris <[email protected]>
1 parent e051c6e commit a0e5da2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib_eio_windows/fs.ml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,7 @@ end = struct
181181
with_parent_dir t path @@ fun dirfd path ->
182182
Err.run (Low_level.symlink ~link_to dirfd) path
183183

184-
let chmod t ~follow ~perm path =
185-
failwith "TODO: Implement Windows chmod functionality"
186-
184+
187185
let close t = t.closed <- true
188186

189187
let open_dir t ~sw path =

0 commit comments

Comments
 (0)