mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-01 11:41:39 -07:00
Mend bug in which checklevel is set too high at end of loop
Copied from Perforce Change: 20346 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
9c8a0b92f0
commit
ef890229f8
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
TEST_HEADER
|
||||
id = $HopeName$
|
||||
id = $HopeName: MMQA_test_function!93.c(trunk.2) $
|
||||
summary = EPVM time allocations with checklevels
|
||||
language = c
|
||||
link = testlib.o epvmfmt.o
|
||||
|
|
@ -74,6 +74,7 @@ static void test(void)
|
|||
for (CheckLevel = CheckNONE; CheckLevel <= CheckDEEP; CheckLevel ++) {
|
||||
timealloc(pool1, ap1s, size, 10000, 1);
|
||||
}
|
||||
CheckLevel = CheckDEEP;
|
||||
}
|
||||
|
||||
mps_ap_destroy(ap1s);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue