Value -> value

This commit is contained in:
Victor Zverovich
2016-12-30 08:05:26 -08:00
parent 42a319074c
commit acd1811c50
2 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -57,7 +57,7 @@ using fmt::format_arg;
using fmt::Buffer;
using fmt::StringRef;
using fmt::internal::MemoryBuffer;
using fmt::internal::Value;
using fmt::internal::value;
using testing::_;
using testing::Return;
@@ -423,7 +423,7 @@ void format_value(fmt::Writer &, const Test &, CustomContext &ctx) {
TEST(UtilTest, MakeValueWithCustomFormatter) {
::Test t;
fmt::internal::Value<CustomContext> arg =
fmt::internal::value<CustomContext> arg =
fmt::internal::MakeValue<CustomContext>(t);
CustomContext ctx = {false};
fmt::MemoryWriter w;