Changeset 149551b in git


Ignore:
Timestamp:
Jul 25, 2018, 3:02:12 PM (5 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
353a420eaae03625adff5f686e51a11aea7aab96
Parents:
cfc8ed47e268427af93ebc5bf9452e63f4aa05a5
Message:
factory: avoid the very long tests in factory/test.cc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/test.cc

    rcfc8ed r149551b  
    2222  if (h != d)
    2323    ret = -1;
    24   for (int i= 3; i <= 11; i++)
     24  for (int i= 3; i <= 7; i++)
    2525  {
    2626    printf ("p: %d, i: %d", p, i);
Note: See TracChangeset for help on using the changeset viewer.