testBitSet: forgot to update test count

This commit is contained in:
Michael Davidsaver
2016-02-17 10:53:32 -05:00
parent d4292d81f2
commit d08d5362be

View File

@@ -158,7 +158,7 @@ static void testOperators()
MAIN(testBitSet)
{
testPlan(29);
testPlan(30);
testGetSetClearFlip();
testOperators();
return testDone();