diff options
| -rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
| -rw-r--r-- | libstdc++-v3/testsuite/thread/pthread7-rope.cc | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index cabb954..2d6cc33 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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 diff --git a/libstdc++-v3/testsuite/thread/pthread7-rope.cc b/libstdc++-v3/testsuite/thread/pthread7-rope.cc index f2183de..2f40134 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") ); |
