Remove duplicate tests
commitbb10fcfe1fc4a12775f6e37303745ccfd4e39f49
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Oct 2018 21:49:19 +0000 (19 21:49 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 19 Oct 2018 21:49:19 +0000 (19 21:49 +0000)
tree804711eb39712bbf3829e56e362c280c3e003365
parentc165544316a6e6832e1bd6a822abfbfd406d614e
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@265329 138bc75d-0d04-0410-961f-82ee72b054a4
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]