remfin: cleanup acceptance

* src/tgbaalgos/remfin.cc: Call cleanup_acceptance().
* src/tgbatest/remfin.test: Adjust.
This commit is contained in:
Alexandre Duret-Lutz 2015-02-24 21:51:20 +01:00
parent d597050f6d
commit 83dfb4a971
2 changed files with 41 additions and 53 deletions

View file

@ -20,6 +20,7 @@
#include "remfin.hh"
#include "sccinfo.hh"
#include <iostream>
#include "cleanacc.hh"
//#define TRACE
#ifdef TRACE
@ -303,6 +304,7 @@ namespace spot
}
cleanup_acceptance(res);
return res;
}
}