Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
qicosmos committed Apr 14, 2024
1 parent 33e71ec commit 28cf2f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,9 @@ TEST_CASE("test struct_pb") {

test_pb_st1 st2;
iguana::from_pb(st2, str);
CHECK(st1.x == st2.x);
CHECK(st1.y.val == st2.y.val);
CHECK(st1.z.val == st2.z.val);
}

{
Expand Down

0 comments on commit 28cf2f1

Please sign in to comment.