diff --git a/tests/font/fonttest.cpp b/tests/font/fonttest.cpp index f7d58197c2..51078680a1 100644 --- a/tests/font/fonttest.cpp +++ b/tests/font/fonttest.cpp @@ -222,12 +222,9 @@ void FontTestCase::GetSet() // test Get/SetStrikethrough() - // Strike through support not implemented in wxOSX currently. -#ifndef __WXOSX__ test.SetStrikethrough(true); CPPUNIT_ASSERT( test.IsOk() ); CPPUNIT_ASSERT_EQUAL( true, test.GetStrikethrough() ); -#endif // !__WXOSX__ // test Get/SetWeight()