Merge pull request #4918 from minggo/develop

don't assign last element with (null, null)
This commit is contained in:
minggo 2014-01-06 00:45:29 -08:00
commit 14693cbf35
1 changed files with 0 additions and 1 deletions

View File

@ -120,7 +120,6 @@ TestEntry g_testEntries[] =
{"Slider Crank", SliderCrank::Create},
{"Varying Friction", VaryingFriction::Create},
{"Add Pair Stress Test", AddPair::Create},
{NULL, NULL}
};
int g_totalEntries = sizeof(g_testEntries) / sizeof(g_testEntries[0]);