mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
Shorten loop
Copied from Perforce Change: 18784 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
cc7727a240
commit
1bf75e6589
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ static void test(void)
|
|||
a[i] = allocone(aplo, 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(aplo, 5+ranint(50), 1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue