Commit c0ba5cff authored by miloyip's avatar miloyip

Add comment

parent 056125db
......@@ -55,6 +55,7 @@ TEST(StringBuffer, Push) {
EXPECT_EQ(5u, buffer.GetSize());
// Causes sudden expansion to make the stack's capacity equal to size
buffer.Push(65536u);
EXPECT_EQ(5u + 65536u, buffer.GetSize());
}
......
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