X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/65ef1791d38a4a6d086554ad8cfcac43fc67f04d..ddbc8ac9ca91a8dfb26b9a4b4307a52bfe5754d7:/tests/scopeguard/scopeguardtest.cpp diff --git a/tests/scopeguard/scopeguardtest.cpp b/tests/scopeguard/scopeguardtest.cpp index 83a73684dc..7b74824c37 100644 --- a/tests/scopeguard/scopeguardtest.cpp +++ b/tests/scopeguard/scopeguardtest.cpp @@ -233,9 +233,9 @@ void ScopeGuardTestCase::BlockExitSetVar() { wxON_BLOCK_EXIT_SET(s, "bye"); - WX_ASSERT_STR_EQUAL( "hi", s ); + CPPUNIT_ASSERT_EQUAL( "hi", s ); } - WX_ASSERT_STR_EQUAL( "bye", s ); + CPPUNIT_ASSERT_EQUAL( "bye", s ); ScopeGuardTestCase *p = this; {