X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/044a69a42d263a1326c895b98e21b792048a594e..d61f7200331a1cd1a3b2353292e6801511ccbc5d:/include/wx/cppunit.h diff --git a/include/wx/cppunit.h b/include/wx/cppunit.h index 243e68303f..dbdae16f4a 100644 --- a/include/wx/cppunit.h +++ b/include/wx/cppunit.h @@ -47,7 +47,7 @@ // Base macro for wrapping CPPUNIT_TEST macros and so making them conditional // tests, meaning that the test only get registered and thus run when a given -// runtime condition is true. +// runtime condition is true. // In case the condition is evaluated as false a skip message is logged // (the message will only be shown in verbose mode). #define WXTEST_ANY_WITH_CONDITION(suiteName, Condition, testMethod, anyTest) \