1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-06 22:31:13 -07:00

Convert the other one as well

Copied from Perforce
 Change: 21711
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Pekka Pirinen 2001-03-12 14:12:49 +00:00
parent 08a1b0ce74
commit b024d525b5

View file

@ -1,6 +1,6 @@
/*
TEST_HEADER
id = $HopeName: MMQA_test_function!56.c(trunk.4) $
id = $HopeName: MMQA_test_function!56.c(trunk.5) $
summary = use AMC and AMC without inactive LO pool
language = c
link = testlib.o awlfmt.o
@ -53,10 +53,9 @@ static void test(void)
die(mmqa_pool_create_chain(&poolamc, arena, mps_class_amc(), format, chain),
"create pool(amc)");
cdie(
mps_pool_create(&poolawl, arena, mps_class_amc(), format),
"create pool");
/* Yes, we do intend an AMC pool, even though we call it poolawl (cf. 54.c). */
die(mmqa_pool_create_chain(&poolawl, arena, mps_class_amc(), format, chain),
"create pool(awl)");
cdie(
mps_ap_create(&apawl, poolawl, MPS_RANK_EXACT),