1
Fork 0
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:
Richard Tucker 1998-11-10 10:44:05 +00:00
parent 9c8a0b92f0
commit ef890229f8

View file

@ -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);