libstdc++: Fix effective target for new tests [PR 96088]

These tests use <string_view> so must not run for anything older than
C++17.

Signed-off-by: Jonathan Wakely <jwakely@redhat.com>

libstdc++-v3/ChangeLog:

	* testsuite/23_containers/unordered_map/96088.cc: Change
	effective target to c++17.
	* testsuite/23_containers/unordered_set/96088.cc: Likewise.
This commit is contained in:
Jonathan Wakely 2021-06-01 19:05:03 +01:00
parent b514fce354
commit 833d348aec
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// { dg-do run { target c++11 } }
// { dg-do run { target c++17 } }
// Copyright (C) 2021 Free Software Foundation, Inc.
//

View File

@ -1,4 +1,4 @@
// { dg-do run { target c++11 } }
// { dg-do run { target c++17 } }
// Copyright (C) 2021 Free Software Foundation, Inc.
//