Skip to content

Commit

Permalink
FIX broken utest
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan committed Jan 31, 2024
1 parent 6e7607e commit 2bba4c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/unittests/common/commonSem_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ TEST(commonSem, unique)
{
int s;

s = semInit();
EXPECT_EQ(0, s);
semInit();

s = reqSemGive(__FUNCTION__, "test");
EXPECT_EQ(0, s);
Expand Down

0 comments on commit 2bba4c3

Please sign in to comment.