diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2016-08-01 13:17:59 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2016-08-01 13:17:59 +0100 |
commit | 2ab794ebf50e1bcc0c214ccfe4d0377be5d1aeb5 (patch) | |
tree | faeba7d06856bee7a53363d32edf436a3d21fa9b | |
parent | 4d16871b22f2fbcb79281f00c4c1ec9b71500ea1 (diff) | |
download | gcc-2ab794ebf50e1bcc0c214ccfe4d0377be5d1aeb5.zip gcc-2ab794ebf50e1bcc0c214ccfe4d0377be5d1aeb5.tar.gz gcc-2ab794ebf50e1bcc0c214ccfe4d0377be5d1aeb5.tar.bz2 |
Remove duplicate dg-options directive in string_view test
* testsuite/experimental/string_view/operations/rfind/char/2.cc:
Remove duplicate dg-options directive.
From-SVN: r238942
-rw-r--r-- | libstdc++-v3/ChangeLog | 3 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/experimental/string_view/operations/rfind/char/2.cc | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 25040fc..5c60fc8 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,8 @@ 2016-08-01 Jonathan Wakely <jwakely@redhat.com> + * testsuite/experimental/string_view/operations/rfind/char/2.cc: + Remove duplicate dg-options directive. + * testsuite/20_util/specialized_algorithms/uninitialized_copy/ 808590.cc: Use -std=gnu++98 instead of -std=gnu++03. diff --git a/libstdc++-v3/testsuite/experimental/string_view/operations/rfind/char/2.cc b/libstdc++-v3/testsuite/experimental/string_view/operations/rfind/char/2.cc index 2aa7d76..390d33f 100644 --- a/libstdc++-v3/testsuite/experimental/string_view/operations/rfind/char/2.cc +++ b/libstdc++-v3/testsuite/experimental/string_view/operations/rfind/char/2.cc @@ -12,7 +12,6 @@ // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. -// { dg-options "-std=gnu++14" } // You should have received a copy of the GNU General Public License along // with this library; see the file COPYING3. If not see |