X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a349dc1085c34b54deaaab3022b01dfd8aeb3cbd..0646084eb258e28101c2cc3dc0173f665c2dfa2d:/tests/font/fonttest.cpp diff --git a/tests/font/fonttest.cpp b/tests/font/fonttest.cpp index de529f62b2..bf19403207 100644 --- a/tests/font/fonttest.cpp +++ b/tests/font/fonttest.cpp @@ -103,9 +103,6 @@ void FontTestCase::Construct() // compile because it's easy to introduce ambiguities due to the number of // overloaded wxFont ctors. - CPPUNIT_ASSERT( wxFont(10, wxFONTFAMILY_DEFAULT).IsOk() ); - CPPUNIT_ASSERT( wxFont(10, wxFONTFAMILY_DEFAULT, - wxFONTFLAG_DEFAULT).IsOk() ); CPPUNIT_ASSERT( wxFont(10, wxFONTFAMILY_DEFAULT, wxFONTSTYLE_NORMAL, wxFONTWEIGHT_NORMAL).IsOk() );