This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
PATCH: Update comment to reflect test.
- From: Loren James Rittle <rittle at latour dot rsch dot comm dot mot dot com>
- To: libstdc++ at gcc dot gnu dot org
- Date: Mon, 29 Mar 2004 17:44:49 -0600 (CST)
- Subject: PATCH: Update comment to reflect test.
Index: testsuite/thread/pthread7-rope.cc
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/testsuite/thread/pthread7-rope.cc,v
retrieving revision 1.7
retrieving revision 1.8
diff -c -r1.7 -r1.8
*** testsuite/thread/pthread7-rope.cc 29 Mar 2004 09:54:15 -0000 1.7
--- testsuite/thread/pthread7-rope.cc 29 Mar 2004 23:40:50 -0000 1.8
***************
*** 107,113 ****
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") );
--- 107,112 ----