genltl: improve coverage

* tests/core/genltl.test: here
* spot/gen/formulas.cc: typo
This commit is contained in:
Maximilien Colange 2018-05-23 16:56:29 +02:00
parent 321230f869
commit 61b2b9b140
2 changed files with 31 additions and 2 deletions

View file

@ -1011,7 +1011,7 @@ namespace spot
int k = ceil(log2(n)) + (n == 1);
if (n <= 0)
bad_number("kr1-exp", n);
bad_number("kr-nlogn", n);
formula fa = formula::ap(a);
formula fb = formula::ap(b);