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:
Andrew McCallum 1996-04-17 19:12:39 +00:00
parent 083a9e5aa0
commit e98e61e1a9

View file

@ -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];