This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [Patch] Sylvain's fix for libstdc++/10783
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