From cb46397dfb4bb939d45ffe86aeafb8972fd157d3 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sat, 27 Apr 2019 07:13:35 -0700 Subject: [PATCH] Fix typo --- test/format-test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/format-test.cc b/test/format-test.cc index e1547cb1..94ebcdd5 100644 --- a/test/format-test.cc +++ b/test/format-test.cc @@ -2451,7 +2451,7 @@ TEST(FormatTest, FormatStringErrors) { EXPECT_ERROR("{:d}", "invalid type specifier", std::string); EXPECT_ERROR("{:s}", "invalid type specifier", void*); # else - fmt::print("warning: constexpr is broken in this versio of MSVC\n"); + fmt::print("warning: constexpr is broken in this version of MSVC\n"); # endif EXPECT_ERROR("{foo", "compile-time checks don't support named arguments", int);