Skip to content

Commit

Permalink
#714 is still not fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
nlohmann committed Oct 23, 2017
1 parent 89650c9 commit 1b1bd0e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/src/unit-regression.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1254,6 +1254,7 @@ TEST_CASE("regression tests")
}
}

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

0 comments on commit 1b1bd0e

Please sign in to comment.