Remove duplicate tests
authorJonathan Wakely <jwakely@redhat.com>
Fri, 19 Oct 2018 21:49:19 +0000 (22:49 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Fri, 19 Oct 2018 21:49:19 +0000 (22:49 +0100)
commit88412b71eefd5a445989f5211763c9498b854e1f
tree804711eb39712bbf3829e56e362c280c3e003365
parent92646d25778952a1fd24fa9a6f407cd421606195
Remove duplicate tests

These tests originally existed to check the containers in C++11 mode,
when the default was C++98 mode. Now that the default is C++14 (and we
run most tests for all modes) it serves no purpose to have two copies of
the tests when neither is explicitly using -std=gnu++98 anyway.

* testsuite/23_containers/list/requirements/explicit_instantiation/
5_c++0x.cc: Remove redundant test that is functionally identical to
the 5.cc test.
* testsuite/23_containers/map/requirements/explicit_instantiation/
5_c++0x.cc: Likewise.
* testsuite/23_containers/multimap/requirements/explicit_instantiation/
5_c++0x.cc: Likewise.
* testsuite/23_containers/multiset/requirements/explicit_instantiation/
5_c++0x.cc: Likewise.
* testsuite/23_containers/set/requirements/explicit_instantiation/
5_c++0x.cc: Likewise.

From-SVN: r265329
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/23_containers/list/requirements/explicit_instantiation/5_c++0x.cc [deleted file]
libstdc++-v3/testsuite/23_containers/map/requirements/explicit_instantiation/5_c++0x.cc [deleted file]
libstdc++-v3/testsuite/23_containers/multimap/requirements/explicit_instantiation/5_c++0x.cc [deleted file]
libstdc++-v3/testsuite/23_containers/multiset/requirements/explicit_instantiation/5_c++0x.cc [deleted file]
libstdc++-v3/testsuite/23_containers/set/requirements/explicit_instantiation/5_c++0x.cc [deleted file]