This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [patch] new testcase: Internal error on unqualified name re-set (PR 11657)
> > > +gdb_breakpoint "main"
> > > +gdb_run_cmd
> > > +gdb_test "" "" "start"
Would it be OK to use ".*" as the expected output? This makes it
explicit that you expect some output, but just don't care what it is.
This is relative to a question that MichaelS asked, because he's working
on replacing uses of gdb_test where no output is expected.
--
Joel