* testsuite/23_containers/list/cons/6.cc: Adjust test name.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148140
138bc75d-0d04-0410-961f-
82ee72b054a4
+2009-06-03 Benjamin Kosnik <bkoz@redhat.com>
+
+ * testsuite/23_containers/list/cons/6.cc: Adjust test name.
+
2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
* crossconfig.m4 (GLIBCXX_CROSSCONFIG): Handle AIX targets.
//
template<typename _Tp>
void
-cons05()
+cons06()
{
bool test __attribute__((unused)) = true;
const int A[] = {1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17};
int main()
{
- cons05<std::list<int> >();
+ cons06<std::list<int> >();
return 0;
}