Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
mikir committed Dec 13, 2024
1 parent 0aacd3d commit adbef43
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/language/expressions/cpp/LengthOfOperatorTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ TEST(LengthOfOperatorTest, writeRead)
data.strArray = VectorType<StringType>{"text1", "text2", "text3", "text4"};
data.bytesArray = VectorType<BytesType>{{0x01, 0x02}, {0x03, 0x04}};

EXPECT_EQ(576, zserio::detail::bitSizeOf(zserio::View(data)));

test_utils::writeReadTest(data);
}

Expand Down

0 comments on commit adbef43

Please sign in to comment.