diff options
Diffstat (limited to 'src/zencore/compactbinarypackage.cpp')
| -rw-r--r-- | src/zencore/compactbinarypackage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zencore/compactbinarypackage.cpp b/src/zencore/compactbinarypackage.cpp index cd268745c..87b58baf7 100644 --- a/src/zencore/compactbinarypackage.cpp +++ b/src/zencore/compactbinarypackage.cpp @@ -1410,7 +1410,7 @@ TEST_CASE("cbpackage.legacy.hashresolution") CbPackage LoadedPkg; CHECK(legacy::TryLoadCbPackage(LoadedPkg, Buffer, &UniqueBuffer::Alloc)); - // The hash-only path requires a mapper — without one it should fail + // The hash-only path requires a mapper - without one it should fail CbWriter HashOnlyCb; HashOnlyCb.AddHash(ObjectAttach.GetHash()); HashOnlyCb.AddNull(); |