* tests/core/twacube.cc: Remove duplicate line.
This commit is contained in:
parent
5826a40063
commit
13f66e55af
1 changed files with 0 additions and 1 deletions
|
|
@ -80,7 +80,6 @@ int main()
|
||||||
unsigned int seed = 17;
|
unsigned int seed = 17;
|
||||||
auto it = aut->succ(2);
|
auto it = aut->succ(2);
|
||||||
SPOT_ASSUME(it); // GCC 7 warns about potential nullptr.
|
SPOT_ASSUME(it); // GCC 7 warns about potential nullptr.
|
||||||
for (; !it->done(); it->next())
|
|
||||||
for (; !it->done(); it->next())
|
for (; !it->done(); it->next())
|
||||||
{
|
{
|
||||||
auto& t = aut->trans_storage(it, seed);
|
auto& t = aut->trans_storage(it, seed);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue