ltldo: rounds start at 1
* src/bin/ltldo.cc: Start at 1. * src/tgbatest/ltldo.test: Adjust.
This commit is contained in:
parent
a24a021964
commit
48d508420b
2 changed files with 7 additions and 7 deletions
|
|
@ -317,7 +317,7 @@ namespace
|
|||
f = g;
|
||||
}
|
||||
|
||||
static unsigned round = 0;
|
||||
static unsigned round = 1;
|
||||
runner.round_formula(f, round);
|
||||
|
||||
unsigned ts = translators.size();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue