subprojects, testing fiex

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3762 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 1999-02-19 21:47:15 +00:00
parent a56ba28bc8
commit 2ec05ffc37
4 changed files with 38 additions and 3 deletions

View file

@ -38,7 +38,7 @@ autorelease_test (int depth)
{
int n = 2;
id os[n];
id a = [NSArray new];
id a = [NSMutableArray new];
int i;
id arp;