Fix tclint errors in a few files.
# 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
}
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
}