You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libcxx/test/std/localization/locale.categories/category.numeric/locale.nm.put/facet.num.put.members/put_long_double.pass.cpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24415,7 +24415,7 @@ void test12()
24415
24415
output_iterator<char*> iter;
24416
24416
std::locale lc = std::locale::classic();
24417
24417
std::locale lg(lc, new my_numpunct);
24418
-
#ifdef __APPLE__
24418
+
#if defined(__APPLE__) && defined(__x86_64__)
24419
24419
// This test is failing on FreeBSD, possibly due to different representations
0 commit comments