⏪ #714 is still not fixed
This commit is contained in:
parent
89650c99dd
commit
1b1bd0e3e6
1 changed files with 2 additions and 0 deletions
|
@ -1254,6 +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")
|
||||||
{
|
{
|
||||||
{
|
{
|
||||||
|
@ -1280,4 +1281,5 @@ TEST_CASE("regression tests")
|
||||||
CHECK_NOTHROW(nlohmann::json::from_cbor(is));
|
CHECK_NOTHROW(nlohmann::json::from_cbor(is));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue