diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index cabb954e15e..2d6cc337d8f 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2004-03-29 Loren J. Rittle + + * testsuite/thread/pthread7-rope.cc: Update comment to reflect test. + 2004-03-29 Paolo Carlini * testsuite/thread/pthread7-rope.cc: Fix, unpredictably, depending diff --git a/libstdc++-v3/testsuite/thread/pthread7-rope.cc b/libstdc++-v3/testsuite/thread/pthread7-rope.cc index f2183de77db..2f401344ff4 100644 --- a/libstdc++-v3/testsuite/thread/pthread7-rope.cc +++ b/libstdc++-v3/testsuite/thread/pthread7-rope.cc @@ -107,7 +107,6 @@ main() 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") );