Path.rm_rf test

This commit is contained in:
Rudi Grinberg 2018-05-09 17:09:51 +07:00
parent 5ac3acf195
commit 08b33331ea
1 changed files with 5 additions and 0 deletions

View File

@ -158,3 +158,8 @@ Path.append (Path.of_string "/root") (Path.relative Path.build_dir "foo")
[%%expect{|
- : Stdune.Path.t = /root/_build/foo
|}]
Path.rm_rf (Path.of_string "/does/not/exist/foo/bar/baz")
[%%expect{|
- : unit = ()
|}]