Skip to content

Commit d8f0b3f

Browse files
committed
Re-enabling json locale test on OS X.
1 parent a902be5 commit d8f0b3f

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
@@ -573,7 +573,7 @@ TEST(keep_order_while_parsing)
573573
VERIFY_ARE_EQUAL(obj[U("a")].as_integer(), 4);
574574
}
575575

576-
TEST(non_default_locale, "Ignore:Apple", "263")
576+
TEST(non_default_locale)
577577
{
578578
std::string originalLocale = setlocale(LC_ALL, nullptr);
579579
#ifdef _MS_WINDOWS

0 commit comments

Comments
 (0)