diff options
Diffstat (limited to 'lib/bio/test/bio-unitwr.myr')
-rw-r--r-- | lib/bio/test/bio-unitwr.myr | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/bio/test/bio-unitwr.myr b/lib/bio/test/bio-unitwr.myr index 5b66bbb..f101927 100644 --- a/lib/bio/test/bio-unitwr.myr +++ b/lib/bio/test/bio-unitwr.myr @@ -3,6 +3,8 @@ use bio const main = { var f + + std.mkpath("tmpout") match bio.create("tmpout/test-unitwr", bio.Wr, 0o644) | `std.Ok bio: f = bio | `std.Err m: std.fatal("Unable to open data file: {}\n", m) |