aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2016-08-01 13:17:59 +0100
committerJonathan Wakely <redi@gcc.gnu.org>2016-08-01 13:17:59 +0100
commit2ab794ebf50e1bcc0c214ccfe4d0377be5d1aeb5 (patch)
treefaeba7d06856bee7a53363d32edf436a3d21fa9b
parent4d16871b22f2fbcb79281f00c4c1ec9b71500ea1 (diff)
downloadgcc-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/ChangeLog3
-rw-r--r--libstdc++-v3/testsuite/experimental/string_view/operations/rfind/char/2.cc1
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