This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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: gdb.cp/mb-ctor.exp


Denis PILAT wrote:

> This is just a typo, ok for commit ?
> 
> Denis
> 
> 2008-10-15 ÂDenis Pilat Â<denis.pilat@st.com>
> 
> * gdb.mi/mb-ctor.exp: Fix a typo.
> 
> --- mb-ctor.exp 1 Jan 2008 22:53:19 -0000 Â Â Â 1.3
> +++ mb-ctor.exp 15 Oct 2008 07:16:30 -0000
> @@ -52,7 +52,7 @@ gdb_test "break 'Derived::Derived(int)'"
> 
> gdb_test "break 'Derived::~Derived()'" \
> "Breakpoint.*at.* file .*$srcfile, line.*\\(2 locations\\).*" \
> - Â Â"set-breakpoint at ctor"
> + Â Â"set-breakpoint at dtor"
> 
> gdb_run_cmd
> gdb_expect {

I think this fall under "obvious" rule.

- Volodya




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