std.Io.Dir: add type checking for those two functions

This commit is contained in:
Andrew Kelley
2026-04-19 10:08:23 -07:00
parent 52e06ce4f6
commit 50f96d2ca1
+5
View File
@@ -2038,3 +2038,8 @@ pub fn setTimestampsNow(
.modify_timestamp = .now,
});
}
test {
_ = &setFileOwner;
_ = &setTimestampsNow;
}