Remove try/with from Path unit tests

This commit is contained in:
Rudi Grinberg 2018-05-12 22:31:20 +07:00
parent bc19e14b35
commit 4b798c048c
1 changed files with 5 additions and 0 deletions

View File

@ -280,3 +280,8 @@ Path.drop_build_context Path.build_dir
[%%expect{|
- : Stdune.Path.t option = None
|}]
Path.is_in_build_dir Path.build_dir
[%%expect{|
- : bool = false
|}]