gdb/testsuite: remove use of then keyword from gdb.multi/*.exp
[binutils-gdb.git] / gdb / testsuite / gdb.multi / multi-re-run.exp
index 5af4fde4baf9582d8db87c77d2ac45e6a1ca590f..04073c94545731f5cf40325a4889e3ca3ad11035 100644 (file)
@@ -80,7 +80,7 @@ proc test_re_run {re_run_inf} {
 
     # Run the steady inferior to a breakpoint, and let it stay stopped
     # there.
-    if ![runto all_started] then {
+    if {![runto all_started]} {
        return 0
     }