Skip to content

Commit

Permalink
Update CommonDefsTest.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankiesz authored Jan 30, 2025
1 parent f2fec58 commit f152c20
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tst/common/CommonDefsTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,4 @@ TEST(CommonDefsTest, SizeTMatches)
TEST(CommonDefsTest, UINT32Matches)
{
EXPECT_EQ(SIZEOF(UINT32), 4);
// Testing a failure case...
EXPECT_EQ(SIZEOF(UINT32) + 1, 4);
}

0 comments on commit f152c20

Please sign in to comment.