Skip to content

Commit 2f68832

Browse files
committed
remove comment byline
That's what git blame is for!
1 parent 276353d commit 2f68832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ pub fn build(b: *std.Build) !void {
489489
// not respect the execute permission on arbitrary files it extracts from dependencies.
490490
// Since we need those files to have the execute permission set for tests to
491491
// run successfully, we need to patch them before we bake them into the
492-
// test executable. -blurrycat 3/31/25
492+
// test executable.
493493
const resources_dir = b.addWriteFiles().addCopyDirectory(
494494
libgit_root.path(b, "tests/resources/"),
495495
"test_resources",

0 commit comments

Comments
 (0)