Add locale tests
This commit is contained in:
+1
-1
@@ -388,7 +388,7 @@ TEST(FileTest, FdopenError) {
|
||||
f.fdopen("r"), EBADF, "cannot associate stream with file descriptor");
|
||||
}
|
||||
|
||||
#ifdef LC_NUMERIC_MASK
|
||||
#ifdef FMT_LOCALE
|
||||
TEST(LocaleTest, Strtod) {
|
||||
fmt::Locale locale;
|
||||
const char *start = "4.2", *ptr = start;
|
||||
|
||||
Reference in New Issue
Block a user