This is the mail archive of the gdb-patches@sources.redhat.com 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]

[PATCH/testsuite] s/begin/start/ in gdb.ada/null_record.exp


Hello,

When this test was written, the planned name for the command that would
automatically start the execution of the program up until the main
program was "begin". After a small discussion, we decided to use "start"
instead. This patch is therefore a small consequence of that name
change. It fixes the following UNRESOLVED:

        (gdb) begin^M
        Undefined command: "begin".  Try "help".^M
        (gdb) ERROR: Undefined command "begin".
        UNRESOLVED: gdb.ada/null_record.exp: begin

2004-06-08  Joel Brobecker  <brobecker@gnat.com>

        * gdb.ada/null_record.exp: Use "start" instead of "begin" to
        start the execution of the program.

I committed this as obvious. Tested on x86-linux.

-- 
Joel

Attachment: null_record.exp.diff
Description: Text document


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