Unit Tests

- Typo in #ifdef caused incorrect number of reported tests.
This commit is contained in:
Paul Beckingham 2012-01-05 20:17:03 -05:00
parent 7c90d1e8cc
commit 938a33f236

View file

@ -37,7 +37,7 @@ Context context;
////////////////////////////////////////////////////////////////////////////////
int main (int argc, char** argv)
{
#ifdef NIBBLER_FEARURE_DATE
#ifdef NIBBLER_FEATURE_DATE
#ifdef NIBBLER_FEATURE_REGEX
UnitTest t (292);
#else