diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2016-08-17 15:11:20 +0100 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2016-08-17 15:11:20 +0100 |
commit | e07f4b008daa0cd06b079202919508fa74f030ff (patch) | |
tree | 7f1e898df1c020a3eb46b577d03ee85eabb0d0df | |
parent | 458a1cd089646f1308c6c19573d095852f10d91d (diff) | |
download | gcc-e07f4b008daa0cd06b079202919508fa74f030ff.tar.gz |
Remove duplicate dg-options directive
* testsuite/21_strings/basic_string_view/operations/rfind/char/2.cc:
Remove duplicate dg-options directive.
From-SVN: r239538
-rw-r--r-- | libstdc++-v3/ChangeLog | 3 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/21_strings/basic_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 50018deb993..9241b41fcbc 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,8 @@ 2016-08-17 Jonathan Wakely <jwakely@redhat.com> + * testsuite/21_strings/basic_string_view/operations/rfind/char/2.cc: + Remove duplicate dg-options directive. + * testsuite/ext/profile/all.cc: Use effective target instead of -std=gnu++11. Use dg-additional-options instead of repeating options. diff --git a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/rfind/char/2.cc b/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/rfind/char/2.cc index 031a01b83f0..49232f8ba61 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string_view/operations/rfind/char/2.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_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++17" } // You should have received a copy of the GNU General Public License along // with this library; see the file COPYING3. If not see |