mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 17:51:01 +00:00
(main): Some #if 0'ed out new tests.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@190 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8c265b526d
commit
d759af926b
1 changed files with 8 additions and 0 deletions
|
@ -11,6 +11,14 @@ int main()
|
||||||
|
|
||||||
[array addElementsCount:6, ((elt)0),((elt)1),((elt)5),((elt)3),
|
[array addElementsCount:6, ((elt)0),((elt)1),((elt)5),((elt)3),
|
||||||
((elt)4),((elt)2)];
|
((elt)4),((elt)2)];
|
||||||
|
#if 0
|
||||||
|
printf("got %s\n", [Bag name]);
|
||||||
|
printf("got class %s\n", [[Bag class] name]);
|
||||||
|
printf("class archiver %d\n", (int)[[Bag class] classForArchiver]);
|
||||||
|
printf("conforms %d\n", (int)[[Bag class]
|
||||||
|
conformsToProtocol:
|
||||||
|
@protocol(KeyedCollecting)]);
|
||||||
|
#endif
|
||||||
bag = [array shallowCopyAs:[Bag class]];
|
bag = [array shallowCopyAs:[Bag class]];
|
||||||
llist = [[EltNodeCollector alloc] initWithType:@encode(int)
|
llist = [[EltNodeCollector alloc] initWithType:@encode(int)
|
||||||
nodeCollector:[[LinkedList alloc] init]
|
nodeCollector:[[LinkedList alloc] init]
|
||||||
|
|
Loading…
Reference in a new issue