From 157c0c561c001f0df59d53177323c4aae8be63ba Mon Sep 17 00:00:00 2001 From: Marshall Clow Date: Tue, 23 Oct 2018 02:31:11 +0000 Subject: [PATCH] Remove a 'const' from the synopsis. NFC llvm-svn: 344997 --- libcxx/test/std/re/re.results/re.results.const/move.pass.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 cd6fabc..3557892 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 @@ -11,7 +11,7 @@ // class match_results -// match_results(const match_results&& m) noexcept; +// match_results(match_results&& m) noexcept; #include #include -- 2.7.4