Remove duplicate dg-options directive in string_view test
authorJonathan Wakely <jwakely@redhat.com>
Mon, 1 Aug 2016 12:17:59 +0000 (13:17 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 1 Aug 2016 12:17:59 +0000 (13:17 +0100)
* testsuite/experimental/string_view/operations/rfind/char/2.cc:
Remove duplicate dg-options directive.

From-SVN: r238942

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/experimental/string_view/operations/rfind/char/2.cc

index 25040fc28c190ab57dd609812e0b029fb61fda78..5c60fc889c52d2bfb1fff6007403d4033b3bfcf6 100644 (file)
@@ -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.
 
index 2aa7d760c981001604fe11a2f9c1edd07c3ca7de..390d33ffaf22c926153cdd40e16959dbfab62764 100644 (file)
@@ -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