From fb6acd1dd48542ea6da95e5ccd78dcbe7fad6e68 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Tue, 8 Jun 2004 05:05:34 +0000 Subject: [PATCH] * gdb.ada/null_record.exp: Use "start" instead of "begin" to start the execution of the program. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/gdb.ada/null_record.exp | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 5f709a8bac..674b6f8dd4 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-06-08 Joel Brobecker + + * gdb.ada/null_record.exp: Use "start" instead of "begin" to + start the execution of the program. + 2004-06-07 Jim Blandy * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests. diff --git a/gdb/testsuite/gdb.ada/null_record.exp b/gdb/testsuite/gdb.ada/null_record.exp index 8e024d6ca2..d98867c0f8 100644 --- a/gdb/testsuite/gdb.ada/null_record.exp +++ b/gdb/testsuite/gdb.ada/null_record.exp @@ -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" \ -- 2.11.0