diff options
Diffstat (limited to 'libcxx/test/std/re/re.results/re.results.const/move.pass.cpp')
-rw-r--r-- | libcxx/test/std/re/re.results/re.results.const/move.pass.cpp | 2 |
1 files changed, 1 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 2317b628e84..2c2233c7612 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 +// UNSUPPORTED: c++98, c++03 // <regex> // class match_results<BidirectionalIterator, Allocator> |