gdb/testsuite: remove use of then keyword from gdb.multi/*.exp
[binutils-gdb.git] / gdb / testsuite / gdb.multi / dummy-frame-restore.exp
index 5accd7d4bd719947408c5ae6c7dfbca6e1b6517f..0cd1cf5a4142b8b63fb1adfd01e621df3a68c136 100644 (file)
@@ -27,7 +27,7 @@ if {[prepare_for_testing "failed to prepare" $testfile $srcfile {debug}]} {
 
 # Inferior 1 stops at f1.
 
-if ![runto f1] then {
+if {![runto f1]} {
     return 0
 }
 
@@ -40,7 +40,7 @@ delete_breakpoints
 
 # Inferior 2 stops at f2.
 
-if ![runto f2] then {
+if {![runto f2]} {
     return 0
 }