Commit 7be1c3fb by Loren J. Rittle Committed by Loren J. Rittle

Update comment to reflect test.

From-SVN: r80067
parent 6868bb1c
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> 2004-03-29 Paolo Carlini <pcarlini@suse.de>
* testsuite/thread/pthread7-rope.cc: Fix, unpredictably, depending * testsuite/thread/pthread7-rope.cc: Fix, unpredictably, depending
......
...@@ -107,7 +107,6 @@ main() ...@@ -107,7 +107,6 @@ main()
pthread_join (tid[i], NULL); pthread_join (tid[i], NULL);
} }
// Nothing says the data will be trashed at this point...
VERIFY( !std::strcmp (data, "barbazbongle") ); VERIFY( !std::strcmp (data, "barbazbongle") );
VERIFY( !std::strcmp (data2, "bar2baz2bongle2") ); VERIFY( !std::strcmp (data2, "bar2baz2bongle2") );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment