Commit b2bd63d2 authored by Victor Zverovich's avatar Victor Zverovich

Test ArgList

parent 65cb43a4
......@@ -243,6 +243,11 @@ TEST(ArgTest, MakeArg) {
EXPECT_EQ("test", w.str());
}
TEST(UtilTest, ArgList) {
fmt::ArgList args;
EXPECT_EQ(Arg::NONE, args[fmt::ArgList::MAX_ARGS].type);
}
struct Result {
Arg arg;
......
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