Start tests for compressed dump styles

This commit is contained in:
Richard Berger
2020-08-26 16:04:19 -04:00
parent 046fd3d14b
commit 32aa35009b
4 changed files with 139 additions and 6 deletions

View File

@ -71,6 +71,7 @@ protected:
{
if (!verbose) ::testing::internal::CaptureStdout();
delete lmp;
lmp = nullptr;
if (!verbose) ::testing::internal::GetCapturedStdout();
}
};