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]

Re: [Patch] Sylvain's fix for libstdc++/10783


Benjamin Kosnik <bkoz@redhat.com> writes:

| > int main() 
| > { 
| >   test01();
| >   test02();
| >+  test03();
| >   return 0;
| > }
| 
| I propose a ban on all appending to test files. We've got to move over
| to the single-test-single-file form eventually, might as well do it as
| cases are added.

Agreed.

-- Gaby


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