🔨 cleanup

This commit is contained in:
Niels Lohmann 2017-10-27 11:49:24 +02:00
parent 7820b5eccb
commit 734e2b73cf
No known key found for this signature in database
GPG key ID: 7F3CEA63AE251B69

View file

@ -1254,7 +1254,7 @@ TEST_CASE("regression tests")
} }
} }
/* /*
SECTION("issue #714 - throw std::ios_base::failure exception when failbit set to true") SECTION("issue #714 - throw std::ios_base::failure exception when failbit set to true")
{ {
{ {
@ -1281,5 +1281,5 @@ TEST_CASE("regression tests")
CHECK_NOTHROW(nlohmann::json::from_cbor(is)); CHECK_NOTHROW(nlohmann::json::from_cbor(is));
} }
} }
*/ */
} }