aboutsummaryrefslogtreecommitdiff
path: root/libcxx/test
diff options
context:
space:
mode:
authorLouis Dionne <ldionne@apple.com>2018-12-18 13:46:28 +0000
committerLouis Dionne <ldionne@apple.com>2018-12-18 13:46:28 +0000
commitc19d7297863abf5d10bd739cd982507dec6bd3b8 (patch)
treea3c787b1450ba3e0562b5c0257d9b6d95b32735b /libcxx/test
parentbe0fbe673e287caa59673899fba79f4d79ce6ce4 (diff)
[libcxx] Remove XFAILs for older macOS versions
That test doesn't fail anymore since r349378, since the assertions that r349378 removed must have been bugs in the dylib at some point. llvm-svn: 349484
Diffstat (limited to 'libcxx/test')
-rw-r--r--libcxx/test/std/re/re.traits/translate_nocase.pass.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/libcxx/test/std/re/re.traits/translate_nocase.pass.cpp b/libcxx/test/std/re/re.traits/translate_nocase.pass.cpp
index ae757afee6ff..601da6b862ad 100644
--- a/libcxx/test/std/re/re.traits/translate_nocase.pass.cpp
+++ b/libcxx/test/std/re/re.traits/translate_nocase.pass.cpp
@@ -16,9 +16,6 @@
// REQUIRES: locale.en_US.UTF-8
-// XFAIL: with_system_cxx_lib=macosx10.7
-// XFAIL: with_system_cxx_lib=macosx10.8
-
#include <regex>
#include <cassert>