Commit 88debcf0 authored by Kosta's avatar Kosta

typo fixed for the unit test implementation

parent 056d0daf
......@@ -1092,7 +1092,7 @@ static void TestShortStringOptimization(const char* str) {
rapidjson::Document::AllocatorType& allocator = doc.GetAllocator();
rapidjson::Value objVal(rapidjson::kObjectType);
objVal.AddMember(str, str, allocator);
objVal.AddMember(str, len, allocator);
EXPECT_TRUE(objVal.HasMember(str));
const rapidjson::Value& member = objVal[str];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment