From b024d525b5c0eebac43701684fda8ecfd2527232 Mon Sep 17 00:00:00 2001 From: Pekka Pirinen Date: Mon, 12 Mar 2001 14:12:49 +0000 Subject: [PATCH] Convert the other one as well Copied from Perforce Change: 21711 ServerID: perforce.ravenbrook.com --- mps/qa/function/56.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/mps/qa/function/56.c b/mps/qa/function/56.c index 42037a7ba51..e6179463055 100644 --- a/mps/qa/function/56.c +++ b/mps/qa/function/56.c @@ -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),