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:
parent
1287938e45
commit
bebd283be1
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