Moved context object entirely into impl file

This commit is contained in:
Phil Nash
2012-08-08 08:33:54 +01:00
parent 0477465f8d
commit fb386f458d
4 changed files with 78 additions and 100 deletions

View File

@@ -68,7 +68,7 @@ namespace Catch {
void cleanUp() {
delete getTheRegistryHub();
getTheRegistryHub() = NULL;
Context::cleanUp();
cleanUpContext();
}
} // end namespace Catch