mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-16 08:10:43 -08:00
Shorten loop
Copied from Perforce Change: 18787 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
a80531a910
commit
25571f49b1
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue