mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-06 14:22:31 -07:00
Amcz also needs a chain
Copied from Perforce Change: 21765 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
24b32755a6
commit
e773fb43e0
1 changed files with 3 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
TEST_HEADER
|
||||
id = $HopeName: MMQA_test_function!122.c(trunk.4) $
|
||||
id = $HopeName: MMQA_test_function!122.c(trunk.5) $
|
||||
summary = test of mps_arena_roots_walk
|
||||
language = c
|
||||
link = testlib.o rankfmt.o
|
||||
|
|
@ -108,9 +108,8 @@ static void test(void)
|
|||
die(mmqa_pool_create_chain(&poolamc, arena, mps_class_amc(), format, chain),
|
||||
"create pool");
|
||||
|
||||
cdie(
|
||||
mps_pool_create(&poollo, arena, mps_class_amcz(), format),
|
||||
"create pool");
|
||||
die(mmqa_pool_create_chain(&poollo, arena, mps_class_amcz(), format, chain),
|
||||
"create pool");
|
||||
|
||||
cdie(
|
||||
mps_pool_create(&poolawl, arena, mps_class_awl(), format),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue