提交 789e248a 编写于 作者: M mvandervoord

- just cleaned a couple of comments

git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@71 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e
上级 3fbc034e
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
// Floats // Floats
// - define UNITY_EXCLUDE_FLOAT to disallow floating point comparisons // - define UNITY_EXCLUDE_FLOAT to disallow floating point comparisons
// - define UNITY_FLOAT_DELTA to specify the precision to use when doing TEST_ASSERT_EQUAL_FLOAT // - define UNITY_FLOAT_PRECISION to specify the precision to use when doing TEST_ASSERT_EQUAL_FLOAT
// - define UNITY_FLOAT_TYPE to specify doubles instead of single precision floats // - define UNITY_FLOAT_TYPE to specify doubles instead of single precision floats
// - define UNITY_FLOAT_VERBOSE to print floating point values in errors (uses sprintf) // - define UNITY_FLOAT_VERBOSE to print floating point values in errors (uses sprintf)
...@@ -30,6 +30,7 @@ ...@@ -30,6 +30,7 @@
// Optimization // Optimization
// - by default, line numbers are stored in unsigned shorts. Define UNITY_LINE_TYPE with a different type if your files are huge // - by default, line numbers are stored in unsigned shorts. Define UNITY_LINE_TYPE with a different type if your files are huge
// - by default, test and failure counters are unsigned shorts. Define UNITY_COUNTER_TYPE with a different type if you want to save space or have more than 65535 Tests.
//------------------------------------------------------- //-------------------------------------------------------
// Test Running Macros // Test Running Macros
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册