cleanup test

This commit is contained in:
Michael Davidsaver
2019-01-17 09:32:45 -08:00
parent d746e1bfb3
commit 61ce532fdf

View File

@@ -29,9 +29,7 @@ static StandardFieldPtr standardField = getStandardField();
static void print(const string& name, FieldConstPtr const & f)
{
std::ostringstream strm;
strm << std::endl << name << std::endl << f << std::endl;
testDiag("%s", strm.str().c_str());
testShow()<<name<<'\n'<<format::indent_level(1)<<f;
}
MAIN(testStandardField)