mirror of
https://github.com/adamhathcock/sharpcompress.git
synced 2026-09-23 07:25:11 +00:00
Fixed compiling the unittest
This commit is contained in:
@@ -13,8 +13,13 @@ namespace SharpCompress.Test
|
||||
{
|
||||
public class Zip64Tests : WriterTests
|
||||
{
|
||||
// 4GiB + 1
|
||||
const long FOUR_GB_LIMIT = ((long)uint.MaxValue) + 1;
|
||||
public Zip64Tests()
|
||||
: base(ArchiveType.Zip)
|
||||
{
|
||||
}
|
||||
|
||||
// 4GiB + 1
|
||||
const long FOUR_GB_LIMIT = ((long)uint.MaxValue) + 1;
|
||||
|
||||
[Fact]
|
||||
public void Zip64_Single_Large_File()
|
||||
|
||||
Reference in New Issue
Block a user