2011-10-28 Paolo Carlini <paolo.carlini@oracle.com>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 28 Oct 2011 11:54:04 +0000 (11:54 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 28 Oct 2011 11:54:04 +0000 (11:54 +0000)
commitc8773b4ecf3192da7dd9e3de8b1091275537e32a
tree4951b69b2285d4676dca4199f19c9039eef48383
parent9887aad3ba2615b6fe91b7b3d983e37454fd60e1
2011-10-28  Paolo Carlini  <paolo.carlini@oracle.com>

* testsuite/23_containers/unordered_map/operations/count.cc: New.
* testsuite/23_containers/multimap/operations/count.cc: Likewise.
* testsuite/23_containers/set/operations/count.cc: Likewise.
* testsuite/23_containers/unordered_multimap/operations/count.cc:
Likewise.
* testsuite/23_containers/unordered_set/operations/count.cc: Likewise.
* testsuite/23_containers/multiset/operations/count.cc: Likewise.
* testsuite/23_containers/unordered_multiset/operations/count.cc:
Likewise.
* testsuite/23_containers/map/operations/count.cc: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180612 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/testsuite/23_containers/map/operations/count.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/multimap/operations/count.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/multiset/operations/count.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/set/operations/count.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/unordered_map/operations/count.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/unordered_multimap/operations/count.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/unordered_multiset/operations/count.cc [new file with mode: 0644]
libstdc++-v3/testsuite/23_containers/unordered_set/operations/count.cc [new file with mode: 0644]