summaryrefslogtreecommitdiff
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
commit6ad953652d6adb076435430080e8581c9ab3e585 (patch)
tree92f5621be3219f6105ba533e9453e0208fdbdfe6
parentb8811ad2ca62f1cbd907751c5e7154848cf9f831 (diff)
downloadlibcxx-6ad953652d6adb076435430080e8581c9ab3e585.tar.gz
[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. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@349484 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/std/re/re.traits/translate_nocase.pass.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/std/re/re.traits/translate_nocase.pass.cpp b/test/std/re/re.traits/translate_nocase.pass.cpp
index ae757afee..601da6b86 100644
--- a/test/std/re/re.traits/translate_nocase.pass.cpp
+++ b/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>