From e902967c939b64b1ba0f852aa064eccdfdc8eada Mon Sep 17 00:00:00 2001 From: ljrittle Date: Mon, 29 Mar 2004 23:42:05 +0000 Subject: [PATCH] Update comment to reflect test. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@80067 138bc75d-0d04-0410-961f-82ee72b054a4 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/testsuite/thread/pthread7-rope.cc | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) 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") ); -- 2.11.0