ltldo: rounds start at 1

* src/bin/ltldo.cc: Start at 1.
* src/tgbatest/ltldo.test: Adjust.
This commit is contained in:
Alexandre Duret-Lutz 2015-01-27 16:02:13 +01:00
parent a24a021964
commit 48d508420b
2 changed files with 7 additions and 7 deletions

View file

@ -317,7 +317,7 @@ namespace
f = g;
}
static unsigned round = 0;
static unsigned round = 1;
runner.round_formula(f, round);
unsigned ts = translators.size();