提交 0cd87b0a 编写于 作者: M mvandervoord

- fixed a silly mistake where TEST_IGNORE was accepting a message argument...

- fixed a silly mistake where TEST_IGNORE was accepting a message argument when only TEST_IGNORE_MESSAGE should have been

git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@86 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
上级 a9ccd245
......@@ -56,7 +56,7 @@
#define TEST_FAIL(message) UNITY_TEST_FAIL(__LINE__, message)
#define TEST_IGNORE_MESSAGE(message) UNITY_TEST_IGNORE(__LINE__, message)
#define TEST_IGNORE(message) UNITY_TEST_IGNORE(__LINE__, NULL)
#define TEST_IGNORE() UNITY_TEST_IGNORE(__LINE__, NULL)
#define TEST_ONLY()
//-------------------------------------------------------
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册