Skip to content

Commit 7b16bf7

Browse files
committed
increase value_to coverage
1 parent fc255cf commit 7b16bf7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/value_to.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,8 @@ class value_to_test
564564
BOOST_TEST(
565565
paths == (Paths{
566566
"from/here", "to/there", "", "c:/" , "..", "../"}) );
567+
BOOST_TEST_THROWS_WITH_LOCATION(
568+
value_to<std::filesystem::path>( value(1), ctx... ));
567569
#endif // BOOST_NO_CXX17_HDR_FILESYSTEM
568570
}
569571

0 commit comments

Comments
 (0)