From 789e248a57269942f9629310efe9f6a39d5cc8e6 Mon Sep 17 00:00:00 2001 From: mvandervoord Date: Mon, 17 May 2010 23:52:52 +0000 Subject: [PATCH] - just cleaned a couple of comments git-svn-id: http://unity.svn.sourceforge.net/svnroot/unity/trunk@71 e7d17a6e-8845-0410-bbbc-c8efb4fdad7e --- src/unity.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/unity.h b/src/unity.h index 5fb411b..336c60b 100644 --- a/src/unity.h +++ b/src/unity.h @@ -21,7 +21,7 @@ // Floats // - 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_VERBOSE to print floating point values in errors (uses sprintf) @@ -30,6 +30,7 @@ // 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, 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 -- GitLab