fix mingw regression tests

This commit is contained in:
Mathieu Lacage
2009-06-25 09:07:44 +02:00
parent 4b60e5a518
commit ff9f48f46e

View File

@@ -34,5 +34,7 @@ int main (int argc, char *argv[])
Simulator::Stop (Seconds (10.0));
Simulator::Run ();
Simulator::Destroy ();
os.close ();
return 0;
}