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:
parent
56778dd360
commit
69c312d179
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue