make regression expect what buildroot is actually able to reach

This commit is contained in:
bbracker 2021-10-10 13:12:36 -07:00
parent 90ccd60790
commit 161767cddd

View File

@ -31,7 +31,7 @@ configs = [
TestCase(
name="buildroot",
cmd="vsim -do wally-buildroot-batch.do -c > {}",
grepstr="8900000 instructions"
grepstr="8500000 instructions"
),
TestCase(
name="arch64",