1999-01-29 Martin Hunt <hunt@cygnus.com>

* srcwin.test(srcwin-4.3) Change bytype field to 3.
This commit is contained in:
Martin Hunt
1999-01-29 09:44:18 +00:00
parent 40a7f1e93a
commit 6aba57bef2
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -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}