mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-26 13:01:34 +03:00
std.Io.Dir: add type checking for those two functions
This commit is contained in:
@@ -2038,3 +2038,8 @@ pub fn setTimestampsNow(
|
||||
.modify_timestamp = .now,
|
||||
});
|
||||
}
|
||||
|
||||
test {
|
||||
_ = &setFileOwner;
|
||||
_ = &setTimestampsNow;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user