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

Nathan Myers ncm-nospam@cantrip.org
Fri May 23 18:17:00 GMT 2003


On Fri, May 23, 2003 at 11:57:12AM -0500, Benjamin Kosnik wrote:
> 
> > 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.

Did I miss that discussion?  Why must only one test be performed
per file?  It encourages mashing multiple logical tests into a single 
test, which seems worse.

Nathan Myers
ncm-nospam@cantrip.org



More information about the Libstdc++ mailing list