mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 18:37:33 +00:00
Change 189541 renamed the reg_scan_p parameter to mps_root_create_reg; update test cases accordingly.
Copied from Perforce Change: 189673 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
8d3b67be05
commit
9a7475e4e8
2 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ TEST_HEADER
|
|||
OUTPUT_SPEC
|
||||
assert = true
|
||||
assertfile P= mpsi.c
|
||||
assertcond = reg_scan_p != NULL
|
||||
assertcond = cold != NULL
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ TEST_HEADER
|
|||
OUTPUT_SPEC
|
||||
assert = true
|
||||
assertfile P= mpsi.c
|
||||
assertcond = AddrIsAligned(reg_scan_p, sizeof(Word))
|
||||
assertcond = AddrIsAligned(cold, sizeof(Word))
|
||||
END_HEADER
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue