Skip to content

Commit fb3ba4c

Browse files
committed
Updating json non_default_locale test to use french utf8.
1 parent 31bd371 commit fb3ba4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/tests/Functional/json/parsing_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ TEST(non_default_locale, "Ignore:Apple", "263")
572572
#ifdef _MS_WINDOWS
573573
std::string changedLocale("fr-FR");
574574
#else
575-
std::string changedLocale("fr_FR");
575+
std::string changedLocale("fr_FR.utf8");
576576
#endif
577577

578578
// If locale isn't installed on system just silently pass.

0 commit comments

Comments
 (0)