HomeWildfire Games

Fix style issues in archive_zip code. test for more things.

Description

Fix style issues in archive_zip code. test for more things.

Event Timeline

vladislavbelov added inline comments.
/ps/trunk/source/lib/file/archive/tests/test_archive_zip.h
25–26

Wrong order.

83

sizeof(cbTestZip) / sizeof(cbTestZip[0]) > std::size since C++17.