* tests/core/twacube.cc: Remove duplicate line.

This commit is contained in:
Alexandre Duret-Lutz 2023-11-10 23:00:19 +01:00
parent 5826a40063
commit 13f66e55af

View file

@ -80,7 +80,6 @@ int main()
unsigned int seed = 17;
auto it = aut->succ(2);
SPOT_ASSUME(it); // GCC 7 warns about potential nullptr.
for (; !it->done(); it->next())
for (; !it->done(); it->next())
{
auto& t = aut->trans_storage(it, seed);