missing test count
This commit is contained in:
@@ -23,7 +23,7 @@ struct MyTest {
|
||||
|
||||
MAIN(testUnitTest)
|
||||
{
|
||||
testPlan(0);
|
||||
testPlan(10);
|
||||
try {
|
||||
TEST_METHOD(MyTest, test1);
|
||||
TEST_METHOD(MyTest, test2);
|
||||
|
||||
Reference in New Issue
Block a user