Fix warning.

This commit is contained in:
Victor Zverovich 2014-04-26 10:09:35 -07:00
parent f6baab5c27
commit 0b307248a6

View File

@ -264,7 +264,7 @@ TEST(ArrayTest, MoveAssignment) {
// Move should rip the guts of the first array.
EXPECT_EQ(inline_buffer_ptr, &array[0]);
EXPECT_EQ("testab", std::string(&array2[0], array2.size()));
EXPECT_GT(array2.capacity(), 5);
EXPECT_GT(array2.capacity(), 5u);
}
#endif // FMT_USE_RVALUE_REFERENCES