Skip to content

Commit

Permalink
increase value_to coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
grisumbras committed Oct 23, 2024
1 parent fc255cf commit 7b16bf7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/value_to.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,8 @@ class value_to_test
BOOST_TEST(
paths == (Paths{
"from/here", "to/there", "", "c:/" , "..", "../"}) );
BOOST_TEST_THROWS_WITH_LOCATION(
value_to<std::filesystem::path>( value(1), ctx... ));
#endif // BOOST_NO_CXX17_HDR_FILESYSTEM
}

Expand Down

0 comments on commit 7b16bf7

Please sign in to comment.