~ubuntu-branches/ubuntu/breezy/gnustep-base/breezy

« back to all changes in this revision

Viewing changes to Testing/nshashtable.m

  • Committer: Bazaar Package Importer
  • Author(s): Eric Heintzmann
  • Date: 2005-04-17 00:14:38 UTC
  • mfrom: (1.2.1 upstream) (4 hoary)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20050417001438-enf0y07c9tku85z1
Tags: 1.10.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
                         0);
37
37
 
38
38
  for (i = 0; i < 16; i++)
39
 
    NSHashInsert (mt, 
40
 
                 [NSNumber numberWithInt: i], 
 
39
    NSHashInsert (mt,
 
40
                 [NSNumber numberWithInt: i],
41
41
                 [NSNumber numberWithInt: i*i]);
42
42
 
43
43
  o = [NSNumber numberWithInt: 3];