aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2004-06-08 05:05:34 +0000
committerJoel Brobecker <brobecker@gnat.com>2004-06-08 05:05:34 +0000
commit48306d3ed7ee408d3847e80c79cc82a32f6625e5 (patch)
tree1f2b9813d4dabf5665906d2dde62af9a44c2dc4e /gdb
parent3797566efc41b75d3f4ae11dad17617b19afb5ca (diff)
downloadfsf-binutils-gdb-48306d3ed7ee408d3847e80c79cc82a32f6625e5.zip
fsf-binutils-gdb-48306d3ed7ee408d3847e80c79cc82a32f6625e5.tar.gz
fsf-binutils-gdb-48306d3ed7ee408d3847e80c79cc82a32f6625e5.tar.bz2
* gdb.ada/null_record.exp: Use "start" instead of "begin" to
start the execution of the program.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog5
-rw-r--r--gdb/testsuite/gdb.ada/null_record.exp4
2 files changed, 7 insertions, 2 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 5f709a8..674b6f8 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -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.
diff --git a/gdb/testsuite/gdb.ada/null_record.exp b/gdb/testsuite/gdb.ada/null_record.exp
index 8e024d6..d98867c 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" \