mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +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
28c47f4788
commit
15a534bcd6
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),
|
||||
((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]];
|
||||
llist = [[EltNodeCollector alloc] initWithType:@encode(int)
|
||||
nodeCollector:[[LinkedList alloc] init]
|
||||
|
|
Loading…
Reference in a new issue