1
0
mirror of https://github.com/catchorg/Catch2.git synced 2025-04-27 03:15:43 +02:00

Added cleanup as per

This commit is contained in:
Phil Nash 2012-09-21 18:44:22 +01:00
parent 85c0e3d42b
commit 5f66d1d001

@ -130,6 +130,7 @@ namespace Catch {
// Handle list request
if( config.listSpec != List::None ) {
List( config );
Catch::cleanUp();
return 0;
}