mirror of
https://github.com/ToruNiina/toml11.git
synced 2025-09-17 09:08:08 +08:00
update testing macro
This commit is contained in:
@@ -19,6 +19,6 @@ BOOST_AUTO_TEST_CASE(test_boolean)
|
||||
|
||||
BOOST_AUTO_TEST_CASE(test_boolean_value)
|
||||
{
|
||||
TOML11_TEST_PARSE_EQUAL_VALUE( "true", toml::value( true));
|
||||
TOML11_TEST_PARSE_EQUAL_VALUE("false", toml::value(false));
|
||||
TOML11_TEST_PARSE_EQUAL_VALUE(parse_value, "true", toml::value( true));
|
||||
TOML11_TEST_PARSE_EQUAL_VALUE(parse_value, "false", toml::value(false));
|
||||
}
|
||||
|
Reference in New Issue
Block a user