diff options
author | Joel Brobecker <brobecker@gnat.com> | 2004-10-21 03:55:08 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2004-10-21 03:55:08 +0000 |
commit | ca7d6a0cb5d6845b1b71d084fb817d4af23bf7a5 (patch) | |
tree | c211ec1917c87b665f67be48de7a23f0918d2261 /gdb/testsuite/gdb.ada | |
parent | 5bccb4d1dfa686127d31ec032202ec226ffdab9f (diff) | |
download | gdb-ca7d6a0cb5d6845b1b71d084fb817d4af23bf7a5.zip gdb-ca7d6a0cb5d6845b1b71d084fb817d4af23bf7a5.tar.gz gdb-ca7d6a0cb5d6845b1b71d084fb817d4af23bf7a5.tar.bz2 |
* gdb.ada/null_record.exp: Check where we stopped after
sending the start command, instead of where the associated
temporary breakpoint was inserted.
Diffstat (limited to 'gdb/testsuite/gdb.ada')
-rw-r--r-- | gdb/testsuite/gdb.ada/null_record.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.ada/null_record.exp b/gdb/testsuite/gdb.ada/null_record.exp index d98867c..8956e9f 100644 --- a/gdb/testsuite/gdb.ada/null_record.exp +++ b/gdb/testsuite/gdb.ada/null_record.exp @@ -35,7 +35,7 @@ gdb_reinitialize_dir $srcdir/$subdir gdb_load ${binfile} gdb_test "start" \ - "Breakpoint \[0-9\]+ at .*null_record.adb.*" \ + "null_record \\(\\) at .*null_record.adb.*" \ "start" gdb_test "ptype empty" \ |