Skip to content

Commit

Permalink
Refine testing ACE_Auto_String_Free::operator *
Browse files Browse the repository at this point in the history
  • Loading branch information
likema committed Aug 6, 2024
1 parent 0b917f2 commit e6318b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ACE/tests/SString_Test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,11 @@ int testAutoStringFree()
ACE_TEXT ("!ACE_Auto_String_Free::operator bool return true")),
1);

if (!**s1)
ACE_ERROR_RETURN ((LM_ERROR,
ACE_TEXT ("ACE_Auto_String_Free is empty")),
1);

return 0;
}

Expand Down

0 comments on commit e6318b0

Please sign in to comment.