mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-21 05:21:37 -07:00
Bug fix
Copied from Perforce Change: 19868 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
72cf1e53ef
commit
d9e874e737
1 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $HopeName:$
|
||||
/* $HopeName: MMQA_test_function!132.c(trunk.1) $
|
||||
TEST_HEADER
|
||||
summary = low-memory reservoir tests with commit limit, part I
|
||||
language = c
|
||||
|
|
@ -125,8 +125,8 @@ static void test(void) {
|
|||
res = allocrone(&q, apamc, 10, MPS_RANK_EXACT);
|
||||
if (res == MPS_RES_OK) {
|
||||
setref(q, 0, p);
|
||||
p = q;
|
||||
}
|
||||
p = q;
|
||||
i++;
|
||||
}
|
||||
report("allocfail", "%d", i);
|
||||
|
|
@ -150,8 +150,8 @@ static void test(void) {
|
|||
res = reservoir_allocrone(&q, apamc, 10, MPS_RANK_EXACT);
|
||||
if (res == MPS_RES_OK) {
|
||||
setref(q, 0, p);
|
||||
p = q;
|
||||
}
|
||||
p = q;
|
||||
i++;
|
||||
}
|
||||
report("allocfail2", "%d", i);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue