Merge pull request #261 from codehearts/patch-1

Fixed typo for TEST_PROTECT in readme
This commit is contained in:
Mark VanderVoord
2017-02-13 21:20:22 -05:00
committed by GitHub

View File

@ -41,7 +41,7 @@ Example:
main()
{
if (TEST_PROTECT() == 0)
if (TEST_PROTECT())
{
MyTest();
}