mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
4d16871b22
commit
2ab794ebf5
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue