diff options
| author | Mark Adler <madler@alumni.caltech.edu> | 2024-01-22 10:14:31 -0800 |
|---|---|---|
| committer | Mark Adler <madler@alumni.caltech.edu> | 2024-01-22 10:32:37 -0800 |
| commit | 51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf (patch) | |
| tree | 16b86ef85c591c244523c98c71508be7908d1189 /contrib/dotzlib | |
| parent | 1a8db63788c34a50e39e273d39b7e1033208aea2 (diff) | |
| download | zlib-master.tar.gz zlib-master.tar.bz2 zlib-master.zip | |
Diffstat (limited to 'contrib/dotzlib')
| -rw-r--r-- | contrib/dotzlib/DotZLib/UnitTests.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/dotzlib/DotZLib/UnitTests.cs b/contrib/dotzlib/DotZLib/UnitTests.cs index c5fce22..d4f0980 100644 --- a/contrib/dotzlib/DotZLib/UnitTests.cs +++ b/contrib/dotzlib/DotZLib/UnitTests.cs | |||
| @@ -156,7 +156,7 @@ namespace DotZLibTests | |||
| 156 | public void Info_Version() | 156 | public void Info_Version() |
| 157 | { | 157 | { |
| 158 | Info info = new Info(); | 158 | Info info = new Info(); |
| 159 | Assert.AreEqual("1.3.0", Info.Version); | 159 | Assert.AreEqual("1.3.1", Info.Version); |
| 160 | Assert.AreEqual(32, info.SizeOfUInt); | 160 | Assert.AreEqual(32, info.SizeOfUInt); |
| 161 | Assert.AreEqual(32, info.SizeOfULong); | 161 | Assert.AreEqual(32, info.SizeOfULong); |
| 162 | Assert.AreEqual(32, info.SizeOfPointer); | 162 | Assert.AreEqual(32, info.SizeOfPointer); |
