From 1732698324ac1fd48c52deb2aeeb3372be9b1768 Mon Sep 17 00:00:00 2001 From: Kate Hart Date: Tue, 14 Feb 2017 09:55:40 -0800 Subject: [PATCH] Fixed incorrect TEST_PROTECT explanation in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a84ec6..11759c8 100644 --- a/README.md +++ b/README.md @@ -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