Unit Tests

- variant.t.cpp was reporting 6 tests but performing none.  That
  certainly doesn't help our pass rate.
This commit is contained in:
Paul Beckingham 2011-07-16 14:22:42 -04:00
parent 2135cb141d
commit 8aeef40b80

View file

@ -34,7 +34,7 @@ Context context;
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
int main (int argc, char** argv) int main (int argc, char** argv)
{ {
UnitTest t (6); UnitTest t (0);
try try
{ {