OSDN Git Service

Update comment to reflect test.
authorljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Mar 2004 23:42:05 +0000 (23:42 +0000)
committerljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 29 Mar 2004 23:42:05 +0000 (23:42 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@80067 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/thread/pthread7-rope.cc

index cabb954..2d6cc33 100644 (file)
@@ -1,3 +1,7 @@
+2004-03-29  Loren J. Rittle  <ljrittle@acm.org>
+
+       * testsuite/thread/pthread7-rope.cc: Update comment to reflect test.
+
 2004-03-29  Paolo Carlini  <pcarlini@suse.de>
 
        * testsuite/thread/pthread7-rope.cc: Fix, unpredictably, depending
 2004-03-29  Paolo Carlini  <pcarlini@suse.de>
 
        * testsuite/thread/pthread7-rope.cc: Fix, unpredictably, depending
index f2183de..2f40134 100644 (file)
@@ -107,7 +107,6 @@ main()
        pthread_join (tid[i], NULL);
     }
 
        pthread_join (tid[i], NULL);
     }
 
-  // Nothing says the data will be trashed at this point...
   VERIFY( !std::strcmp (data, "barbazbongle") );
   VERIFY( !std::strcmp (data2, "bar2baz2bongle2") );
 
   VERIFY( !std::strcmp (data, "barbazbongle") );
   VERIFY( !std::strcmp (data2, "bar2baz2bongle2") );