summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/iterators/stream.iterators
diff options
context:
space:
mode:
authorMehdi Amini <mehdi.amini@apple.com>2017-03-01 23:45:03 +0000
committerMehdi Amini <mehdi.amini@apple.com>2017-03-01 23:45:03 +0000
commit48c4a821050465965fb13d991ecb5362153a9098 (patch)
tree9b8c7c634c19cbcc6be83d65d02634d782351a6b /libcxx/test/std/iterators/stream.iterators
parent71f511fd1ec9ad96dd048b438ef8cf3546bccab1 (diff)
downloadbcm5719-llvm-48c4a821050465965fb13d991ecb5362153a9098.tar.gz
bcm5719-llvm-48c4a821050465965fb13d991ecb5362153a9098.zip
Fix Apple-specific XFAIL directive in libc++ test
This tests is failing in XCode 7.0. But Xcode 7.3 that shipped an updated clang has this test passing. This is fixing green dragon which runs this configuration. llvm-svn: 296712
Diffstat (limited to 'libcxx/test/std/iterators/stream.iterators')
-rw-r--r--libcxx/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.cons/default.pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.cons/default.pass.cpp b/libcxx/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.cons/default.pass.cpp
index c5bae9a14bb..3163d0bac5b 100644
--- a/libcxx/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.cons/default.pass.cpp
+++ b/libcxx/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.cons/default.pass.cpp
@@ -9,7 +9,7 @@
// Usage of is_trivially_constructible is broken with these compilers.
// See https://bugs.llvm.org/show_bug.cgi?id=31016
-// XFAIL: clang-3.7, apple-clang-7, apple-clang-7.0
+// XFAIL: clang-3.7, apple-clang-7.0
// <iterator>
OpenPOWER on IntegriCloud