1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-15 19:31:29 -07:00

Use a regular expression in case the number of built-in pools changes.

Copied from Perforce
 Change: 190011
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2016-03-13 21:49:36 +00:00
parent 56778dd360
commit 69c312d179

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\) == \d+
END_HEADER
*/