mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-07 13:20:05 +00:00
Fix FormatInt test.
This commit is contained in:
parent
4a28216e68
commit
a1bbd09548
@ -943,7 +943,7 @@ TEST(FormatterTest, FormatShort) {
|
|||||||
TEST(FormatterTest, FormatInt) {
|
TEST(FormatterTest, FormatInt) {
|
||||||
EXPECT_THROW_MSG(Format("{0:v") << 42,
|
EXPECT_THROW_MSG(Format("{0:v") << 42,
|
||||||
FormatError, "unmatched '{' in format");
|
FormatError, "unmatched '{' in format");
|
||||||
CheckUnknownTypes(42, "doxXb", "integer");
|
CheckUnknownTypes(42, "bBdoxX", "integer");
|
||||||
}
|
}
|
||||||
|
|
||||||
TEST(FormatterTest, FormatBin) {
|
TEST(FormatterTest, FormatBin) {
|
||||||
|
Loading…
Reference in New Issue
Block a user