- updated unity docs to match new version of TEST_FAIL macro

git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@88 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
This commit is contained in:
mvandervoord
2010-07-31 16:27:57 +00:00
parent 8177f62867
commit 4ab76a98ba
3 changed files with 2 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -81,7 +81,8 @@ TEST_ASSERT_UNLESS(condition)
Another way of calling TEST_ASSERT_FALSE
TEST_FAIL(message)
TEST_FAIL()
TEST_FAIL_MESSAGE(message)
This test is automatically marked as a failure. The message is output stating why.