Unit Tests
- Typo in #ifdef caused incorrect number of reported tests.
This commit is contained in:
@@ -37,7 +37,7 @@ Context context;
|
|||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
int main (int argc, char** argv)
|
int main (int argc, char** argv)
|
||||||
{
|
{
|
||||||
#ifdef NIBBLER_FEARURE_DATE
|
#ifdef NIBBLER_FEATURE_DATE
|
||||||
#ifdef NIBBLER_FEATURE_REGEX
|
#ifdef NIBBLER_FEATURE_REGEX
|
||||||
UnitTest t (292);
|
UnitTest t (292);
|
||||||
#else
|
#else
|
||||||
|
|||||||
Reference in New Issue
Block a user