]> gcc.gnu.org Git - gcc.git/commitdiff
6.cc: Adjust test name.
authorBenjamin Kosnik <bkoz@redhat.com>
Wed, 3 Jun 2009 17:44:43 +0000 (17:44 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Wed, 3 Jun 2009 17:44:43 +0000 (17:44 +0000)
2009-06-03  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/23_containers/list/cons/6.cc: Adjust test name.

From-SVN: r148140

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/23_containers/list/cons/6.cc

index 3dd402810d32620025bbca39a7e03e586befbd72..5aa250d47b444fc713847548981624dffc199136 100644 (file)
@@ -1,3 +1,7 @@
+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.
index e0d62817e5b69cefcd9b63ba42f4b663cbed2473..c2ecc59de255dfe3dcf61fc8e4217aba9327e842 100644 (file)
@@ -30,7 +30,7 @@
 //
 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};
@@ -66,7 +66,7 @@ cons05()
 
 int main()
 {
-  cons05<std::list<int> >();
+  cons06<std::list<int> >();
   return 0;
 }
 
This page took 0.078705 seconds and 5 git commands to generate.