The json output is a problem but I don't even use it.
This commit is contained in:
parent
43fb60ebaa
commit
badc0ca438
3 changed files with 2 additions and 62 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue