mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +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
1bb22b3bd4
commit
57ea00ebd5
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…
Add table
Add a link
Reference in a new issue