Updating conerr/4 to know the correct number of pools, now that the reservoir is gone.

Copied from Perforce
 Change: 190010
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Richard Brooksby 2016-03-13 21:49:23 +00:00
parent 1025b28674
commit de2f00c5ab

View file

@ -7,7 +7,7 @@ TEST_HEADER
OUTPUT_SPEC
assert = true
assertfile P= global.c
assertcond = RingLength(&arenaGlobals->poolRing) == 5
assertcond = RingLength(&arenaGlobals->poolRing) == 4
END_HEADER
*/