This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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 ----


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]