Update comment to reflect test.

From-SVN: r80067
This commit is contained in:
Loren J. Rittle 2004-03-29 23:42:05 +00:00 committed by Loren J. Rittle
parent 6868bb1cb1
commit 7be1c3fba9
2 changed files with 4 additions and 1 deletions

View 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

View File

@ -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") );