aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
diff options
context:
space:
mode:
authorMartin Hunt <hunt@redhat.com>1999-01-29 09:44:18 +0000
committerMartin Hunt <hunt@redhat.com>1999-01-29 09:44:18 +0000
commit6aba57bef263f5e46997358da0f884e60db239ce (patch)
treee50606e5a25e8a2f10a9d1e80c5f8b5a661ce597 /gdb/testsuite
parent40a7f1e93a368e0d5711d3804f740f619a7d36c3 (diff)
downloadfsf-binutils-gdb-6aba57bef263f5e46997358da0f884e60db239ce.zip
fsf-binutils-gdb-6aba57bef263f5e46997358da0f884e60db239ce.tar.gz
fsf-binutils-gdb-6aba57bef263f5e46997358da0f884e60db239ce.tar.bz2
1999-01-29 Martin Hunt <hunt@cygnus.com>
* srcwin.test(srcwin-4.3) Change bytype field to 3.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r--gdb/testsuite/gdb.gdbtk/ChangeLog-gdbtk2
-rw-r--r--gdb/testsuite/gdb.gdbtk/srcwin.test2
2 files changed, 3 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.gdbtk/ChangeLog-gdbtk b/gdb/testsuite/gdb.gdbtk/ChangeLog-gdbtk
index 9162d41..48d5c83 100644
--- a/gdb/testsuite/gdb.gdbtk/ChangeLog-gdbtk
+++ b/gdb/testsuite/gdb.gdbtk/ChangeLog-gdbtk
@@ -1,5 +1,7 @@
1999-01-29 Martin Hunt <hunt@cygnus.com>
+ * srcwin.test(srcwin-4.3) Change bytype field to 3.
+
* srcwin.exp: Add srcwin2.test, which are basically the same
tests as srcwin.test, but run with a missing source file.
diff --git a/gdb/testsuite/gdb.gdbtk/srcwin.test b/gdb/testsuite/gdb.gdbtk/srcwin.test
index 05bba72..fb97935 100644
--- a/gdb/testsuite/gdb.gdbtk/srcwin.test
+++ b/gdb/testsuite/gdb.gdbtk/srcwin.test
@@ -1038,7 +1038,7 @@ gdbtk_test srcwin-4.3 "BP Balloons" {
if {[lindex $line 0] == "breakpoint"} {continue}
incr i
set enabled [lindex $line 0]
- set bptype [lindex $line 2]
+ set bptype [lindex $line 3]
switch $i {
1 {
if {$bptype != "donttouch"} {set r -1000}