fix conflict

This commit is contained in:
chenguoping 2019-11-09 11:25:31 +08:00
parent f4903f2766
commit 9e470d76ab

View File

@ -2258,6 +2258,7 @@ JSONTEST_FIXTURE_LOCAL(StyledStreamWriterTest, multiLineArray) {
"\n\t18,"
"\n\t19,"
"\n\t20\n]\n");
Json::StyledStreamWriter writer;
Json::Value root;
for (int i = 0; i < 21; i++)
root[i] = i;