The json output is a problem but I don't even use it.

This commit is contained in:
Zed A. Shaw 2024-11-08 21:45:40 -05:00
parent 43fb60ebaa
commit badc0ca438
3 changed files with 2 additions and 62 deletions

View file

@ -38,7 +38,6 @@ struct Robot {
TEST_CASE("test using tser for serialization", "[config]") {
auto robot = Robot{ Pixel{3,4}, L"BIG NAME", Item::RADAR};
std::cout << robot << '\n';
tser::BinaryArchive archive;
archive.save(robot);