aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/README
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/README')
-rw-r--r--tests/unit/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/README b/tests/unit/README
index dd368f789..301cd17d5 100644
--- a/tests/unit/README
+++ b/tests/unit/README
@@ -62,9 +62,9 @@ UNITTEST_START
fail_unless( size == 0 , "initial size should be zero" );
fail_if( head == NULL , "head should not be initiated to NULL" );
-
+
/* you end the test code like this: */
-
+
UNITTEST_STOP
----------------------- end -------------------------------