diff options
| author | Eric Fiselier <eric@efcs.ca> | 2017-11-07 20:20:58 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2017-11-07 20:20:58 +0000 |
| commit | 515e9dbfef2ba810328a3b3556840b9df80db2c6 (patch) | |
| tree | c9b28194b72462ed0aa049c325a1227cec83a513 /libcxx/test/std/iterators | |
| parent | c58fbe22eaf50330be4dc8aa984ebdb74f2acdca (diff) | |
| download | bcm5719-llvm-515e9dbfef2ba810328a3b3556840b9df80db2c6.tar.gz bcm5719-llvm-515e9dbfef2ba810328a3b3556840b9df80db2c6.zip | |
Change test suite to support c++17 dialect flag instead of c++1z.
This patch changes the test suite to attempt and prefer -std=c++17 over
-std=c++1z. It also fixes the REQUIRES and UNSUPPORTED lit markers
to refer to c++17 over c++1z.
llvm-svn: 317610
Diffstat (limited to 'libcxx/test/std/iterators')
| -rw-r--r-- | libcxx/test/std/iterators/stream.iterators/istream.iterator/istream.iterator.cons/default.pass.cpp | 2 |
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 10bba08ea41..937bb8d3a05 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 && c++1z +// XFAIL: clang-3.7, apple-clang-7 && c++17 // <iterator> |

