mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2026-08-27 00:26:02 -04:00
[gdb/testsuite] Fix tclint errors
Fix tclint errors in a few files.
This commit is contained in:
parent
e24a099d14
commit
9ba5cdc868
2 changed files with 4 additions and 4 deletions
|
|
@ -14,11 +14,11 @@
|
|||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
standard_testfile
|
||||
if [prepare_for_testing "failed to prepare" $testfile $srcfile] {
|
||||
if {[prepare_for_testing "failed to prepare" $testfile $srcfile]} {
|
||||
return
|
||||
}
|
||||
|
||||
if ![runto_main] {
|
||||
if {![runto_main]} {
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -17,14 +17,14 @@ load_lib mi-support.exp
|
|||
set MIFLAGS "-i=mi"
|
||||
|
||||
gdb_exit
|
||||
if [mi_gdb_start] {
|
||||
if {[mi_gdb_start]} {
|
||||
continue
|
||||
}
|
||||
|
||||
standard_testfile
|
||||
|
||||
set opts {debug}
|
||||
if [build_executable ${testfile}.exp ${testfile} ${srcfile} $opts] {
|
||||
if {[build_executable ${testfile}.exp ${testfile} ${srcfile} $opts]} {
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue