aboutsummaryrefslogtreecommitdiff
path: root/src/Package/Fetch/git.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/Package/Fetch/git.zig')
-rw-r--r--src/Package/Fetch/git.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Package/Fetch/git.zig b/src/Package/Fetch/git.zig
index 0cb7e62300..18e15f457f 100644
--- a/src/Package/Fetch/git.zig
+++ b/src/Package/Fetch/git.zig
@@ -1702,7 +1702,7 @@ test "SHA-256 packfile indexing and checkout" {
pub fn main() !void {
const allocator = std.heap.smp_allocator;
- var threaded: Io.Threaded = .init(allocator);
+ var threaded: Io.Threaded = .init(allocator, .{});
defer threaded.deinit();
const io = threaded.io();