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
This commit is contained in:
Jonathan Wakely 2016-08-01 13:17:59 +01:00 committed by Jonathan Wakely
parent 4d16871b22
commit 2ab794ebf5
2 changed files with 3 additions and 1 deletions

View 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.

View 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