mirror of
https://github.com/fmtlib/fmt.git
synced 2025-10-20 01:35:26 +02:00
Test error on invalid type spec and remove unused alias
This commit is contained in:
@@ -1909,4 +1909,5 @@ TEST(FormatTest, FormatStringErrors) {
|
||||
EXPECT_ERROR("{}{1}",
|
||||
"cannot switch from automatic to manual argument indexing",
|
||||
int, int);
|
||||
EXPECT_ERROR("{:s}", "invalid type specifier", int);
|
||||
}
|
||||
|
Reference in New Issue
Block a user