mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Insert newline between test outputs.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1443 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
083a9e5aa0
commit
e98e61e1a9
1 changed files with 2 additions and 2 deletions
|
@ -164,7 +164,7 @@ test_fref ()
|
|||
{
|
||||
id array;
|
||||
id foo, sub_foo;
|
||||
printf ("Test encoding of forward references\n");
|
||||
printf ("\nTest encoding of forward references\n");
|
||||
decode_substitutes = 0;
|
||||
|
||||
array = [[NSMutableArray alloc] init];
|
||||
|
@ -194,7 +194,7 @@ void
|
|||
test_self_fref ()
|
||||
{
|
||||
id foo, sub_foo;
|
||||
printf ("Test encoding of self-referential forward references\n");
|
||||
printf ("\nTest encoding of self-referential forward references\n");
|
||||
decode_substitutes = 1;
|
||||
|
||||
foo = [[Foo alloc] init];
|
||||
|
|
Loading…
Reference in a new issue