diff options
author | Yang Tse <yangsita@gmail.com> | 2011-12-30 03:36:18 +0100 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2011-12-30 03:36:18 +0100 |
commit | ed0364343dc2472fdc6a390bb00c3e20152e8e6f (patch) | |
tree | 5602c9828ae26fe36e583d7975f711c35ab504a3 /tests/unit | |
parent | 5c0ad9581dc0d59ba4e425e54589cdc2b6cb7ac5 (diff) |
removed trailing whitespace
Diffstat (limited to 'tests/unit')
-rw-r--r-- | tests/unit/README | 4 |
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 ------------------------------- |