1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-14 23:40:39 -08:00

Shorten loop to allow automated testing

Copied from Perforce
 Change: 18781
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Tucker 1997-09-22 12:32:46 +01:00
parent 1287938e45
commit bebd283be1

View file

@ -63,7 +63,7 @@ static void test(void)
a[i] = allocone(apawl, 6, 1);
}
for(i=0; i<100000; i++) {
for(i=0; i<10000; i++) {
j = ranint(100);
comment("New object %i", j);
a[j] = allocone(apawl, 5+ranint(50), 1);