summaryrefslogtreecommitdiff
path: root/libstdc++-v3/testsuite/21_strings/basic_string_view/operations
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2016-08-17 15:11:20 +0100
committerJonathan Wakely <redi@gcc.gnu.org>2016-08-17 15:11:20 +0100
commite07f4b008daa0cd06b079202919508fa74f030ff (patch)
tree7f1e898df1c020a3eb46b577d03ee85eabb0d0df /libstdc++-v3/testsuite/21_strings/basic_string_view/operations
parent458a1cd089646f1308c6c19573d095852f10d91d (diff)
downloadgcc-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
Diffstat (limited to 'libstdc++-v3/testsuite/21_strings/basic_string_view/operations')
-rw-r--r--libstdc++-v3/testsuite/21_strings/basic_string_view/operations/rfind/char/2.cc1
1 files changed, 0 insertions, 1 deletions
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