* gdb.ada/null_record.exp: Use "start" instead of "begin" to
start the execution of the program.
This commit is contained in:
parent
3797566efc
commit
48306d3ed7
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
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.
|
||||
|
||||
2004-06-07 Jim Blandy <jimb@redhat.com>
|
||||
|
||||
* gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
|
||||
|
|
|
@ -34,9 +34,9 @@ gdb_start
|
|||
gdb_reinitialize_dir $srcdir/$subdir
|
||||
gdb_load ${binfile}
|
||||
|
||||
gdb_test "begin" \
|
||||
gdb_test "start" \
|
||||
"Breakpoint \[0-9\]+ at .*null_record.adb.*" \
|
||||
"begin"
|
||||
"start"
|
||||
|
||||
gdb_test "ptype empty" \
|
||||
"type = record null; end record" \
|
||||
|
|
Loading…
Add table
Reference in a new issue