Skip to content

Commit

Permalink
ASSERT_FALSE を使う
Browse files Browse the repository at this point in the history
  • Loading branch information
m-tmatma committed Feb 9, 2019
1 parent ed9e1fb commit 195add5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unittests/test-StdControl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
TEST(StdControl, Wnd_GetText)
{
CNativeT tempText;
EXPECT_EQ(Wnd_GetText(NULL, tempText), false);
ASSERT_FALSE(Wnd_GetText(NULL, tempText));
}

0 comments on commit 195add5

Please sign in to comment.