Add guards around test cases

This commit is contained in:
Maarten Bent
2018-09-18 19:14:12 +02:00
parent 4a93c99aeb
commit a914478f60
6 changed files with 17 additions and 1 deletions

View File

@@ -8,6 +8,8 @@
#include "testprec.h"
#if wxUSE_HTML
#ifdef __BORLANDC__
#pragma hdrstop
#endif
@@ -56,3 +58,5 @@ void HtmlListBoxTestCase::tearDown()
{
wxDELETE(m_htmllbox);
}
#endif //wxUSE_HTML