Re-added tests
Fixed compile errors from tests
This commit is contained in:
+1
-1
@@ -67,7 +67,7 @@ pub fn extract(self: Archive, alloc: std.mem.Allocator, io: Io, location: []cons
|
||||
);
|
||||
defer root_inode.deinit(alloc);
|
||||
|
||||
root_inode.extract(alloc, io, self.super, self.map.memory, self.decomp, location, options);
|
||||
return root_inode.extract(alloc, io, self.super, self.map.memory, self.decomp, location, options);
|
||||
}
|
||||
|
||||
// Superblock
|
||||
|
||||
Reference in New Issue
Block a user