1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-23 00:15:58 +01:00

Merge pull request #262 from codehearts/patch-2

Fixed incorrect TEST_PROTECT explanation in readme
This commit is contained in:
Mark VanderVoord
2017-02-15 06:37:21 -05:00
committed by GitHub

View File

@@ -47,7 +47,7 @@ Example:
}
}
If MyTest calls `TEST_ABORT`, program control will immediately return to `TEST_PROTECT` with a non-zero return value.
If MyTest calls `TEST_ABORT`, program control will immediately return to `TEST_PROTECT` with a return value of zero.
Unity Assertion Summary