From: Loren J. Rittle Date: Mon, 29 Mar 2004 23:42:05 +0000 (+0000) Subject: Update comment to reflect test. X-Git-Tag: releases/gcc-4.0.0~9118 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7be1c3fba979b2492ae7ba2fb254cfaa8195b6ee;p=thirdparty%2Fgcc.git Update comment to reflect test. From-SVN: r80067 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index cabb954e15ed..2d6cc337d8f4 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 f2183de77dbf..2f401344ff4d 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") );