mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-07-17 23:43:43 +08:00
Merge pull request #261 from codehearts/patch-1
Fixed typo for TEST_PROTECT in readme
This commit is contained in:
@ -41,7 +41,7 @@ Example:
|
||||
|
||||
main()
|
||||
{
|
||||
if (TEST_PROTECT() == 0)
|
||||
if (TEST_PROTECT())
|
||||
{
|
||||
MyTest();
|
||||
}
|
||||
|
Reference in New Issue
Block a user