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:
Gareth Rees 2016-03-06 14:07:45 +00:00
parent 8d3b67be05
commit 9a7475e4e8
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ TEST_HEADER
OUTPUT_SPEC
assert = true
assertfile P= mpsi.c
assertcond = reg_scan_p != NULL
assertcond = cold != NULL
END_HEADER
*/

View file

@ -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
*/