Fixed incorrect TEST_PROTECT explanation in readme

This commit is contained in:
Kate Hart
2017-02-14 09:55:40 -08:00
committed by GitHub
parent 381737538d
commit 1732698324
+1 -1
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