From bff588e6650d687a04472a306d880618a88e31d4 Mon Sep 17 00:00:00 2001 From: miloyip Date: Tue, 14 Apr 2015 09:50:22 +0800 Subject: [PATCH] Typo --- test/unittest/documenttest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unittest/documenttest.cpp b/test/unittest/documenttest.cpp index 6e8370e..bf6f3a2 100644 --- a/test/unittest/documenttest.cpp +++ b/test/unittest/documenttest.cpp @@ -244,7 +244,7 @@ TEST(Document, UserBuffer) { EXPECT_LE(valueAllocator.Size(), sizeof(valueBuffer)); EXPECT_LE(parseAllocator.Size(), sizeof(parseBuffer)); - // Cover MemoryPool::Capacity() + // Cover MemoryPoolAllocator::Capacity() EXPECT_LE(valueAllocator.Size(), valueAllocator.Capacity()); EXPECT_LE(parseAllocator.Size(), parseAllocator.Capacity()); }