old-style enum namespacing

This commit is contained in:
Christopher Dunn 2015-03-06 16:11:41 -06:00
parent b2a7438d08
commit 401e98269e

View File

@ -1543,7 +1543,7 @@ JSONTEST_FIXTURE(ValueTest, StaticString) {
JSONTEST_FIXTURE(ValueTest, CommentBefore) {
Json::Value val; // fill val
val.setComment("// this comment should appear before", Json::CommentPlacement::commentBefore);
val.setComment("// this comment should appear before", Json::commentBefore);
Json::StreamWriterBuilder wbuilder;
wbuilder.settings_["commentStyle"] = "All";
{