Commit 243ad4ed authored by Pavel Vainerman's avatar Pavel Vainerman

rename test for ios_fmt_restorer

parent a1eba9e6
...@@ -339,7 +339,7 @@ TEST_CASE("UniSetTypes: getIOType", "[utypes][getIOType]" ) ...@@ -339,7 +339,7 @@ TEST_CASE("UniSetTypes: getIOType", "[utypes][getIOType]" )
REQUIRE( getIOType("") == UniversalIO::UnknownIOType ); REQUIRE( getIOType("") == UniversalIO::UnknownIOType );
} }
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
TEST_CASE("UniSetTypes: ostream_guard", "[utypes][ostream_guard]" ) TEST_CASE("UniSetTypes: ios_fmt_restorer", "[utypes][ios_fmt_restorer]" )
{ {
std::ostringstream s; std::ostringstream s;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment