missing test count

This commit is contained in:
Michael Davidsaver
2018-03-12 09:07:49 -07:00
parent 172046e78f
commit 06dbf96b65

View File

@@ -23,7 +23,7 @@ struct MyTest {
MAIN(testUnitTest)
{
testPlan(0);
testPlan(10);
try {
TEST_METHOD(MyTest, test1);
TEST_METHOD(MyTest, test2);