================
Comment at: test/localization/locale.categories/category.time/locale.time.get.byname/get_one.pass.cpp:47
@@ -45,1 +46,3 @@
+ // this test non-portable
+#ifdef __APPLE__
{
----------------
Perhaps `!defined(__GLIBC__)` instead. FreeBSD has no timezone with `%c` either.
http://reviews.llvm.org/D4999