diff options
| author | Marshall Clow <mclow.lists@gmail.com> | 2018-10-23 05:22:09 +0000 | 
|---|---|---|
| committer | Marshall Clow <mclow.lists@gmail.com> | 2018-10-23 05:22:09 +0000 | 
| commit | bb33992984b2e613d219ba0bd7b61b2f9170bf9a (patch) | |
| tree | aaf46b7a96537a7c3b7c34093355931b471cd875 /libcxx | |
| parent | f50f0867433f64618ef13fae3e9a07aa13fb6cd3 (diff) | |
| download | bcm5719-llvm-bb33992984b2e613d219ba0bd7b61b2f9170bf9a.tar.gz bcm5719-llvm-bb33992984b2e613d219ba0bd7b61b2f9170bf9a.zip | |
Mark the move construct/move assign tests as unsupported on C++03
llvm-svn: 345001
Diffstat (limited to 'libcxx')
| -rw-r--r-- | libcxx/test/std/re/re.results/re.results.const/move.pass.cpp | 2 | ||||
| -rw-r--r-- | libcxx/test/std/re/re.results/re.results.const/move_assign.pass.cpp | 1 | 
2 files changed, 2 insertions, 1 deletions
| diff --git a/libcxx/test/std/re/re.results/re.results.const/move.pass.cpp b/libcxx/test/std/re/re.results/re.results.const/move.pass.cpp index 9ea8ffc81a1..2317b628e84 100644 --- a/libcxx/test/std/re/re.results/re.results.const/move.pass.cpp +++ b/libcxx/test/std/re/re.results/re.results.const/move.pass.cpp @@ -6,7 +6,7 @@  // Source Licenses. See LICENSE.TXT for details.  //  //===----------------------------------------------------------------------===// - +// UNSUPPORTED: c++03  // <regex>  // class match_results<BidirectionalIterator, Allocator> diff --git a/libcxx/test/std/re/re.results/re.results.const/move_assign.pass.cpp b/libcxx/test/std/re/re.results/re.results.const/move_assign.pass.cpp index 298f049d518..de2c98c2be8 100644 --- a/libcxx/test/std/re/re.results/re.results.const/move_assign.pass.cpp +++ b/libcxx/test/std/re/re.results/re.results.const/move_assign.pass.cpp @@ -6,6 +6,7 @@  // Source Licenses. See LICENSE.TXT for details.  //  //===----------------------------------------------------------------------===// +// UNSUPPORTED: c++03  // <regex> | 

