diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/info-os.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/info-os.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/info-os.exp b/gdb/testsuite/gdb.base/info-os.exp index 1889b99..5ebc16f 100644 --- a/gdb/testsuite/gdb.base/info-os.exp +++ b/gdb/testsuite/gdb.base/info-os.exp @@ -36,7 +36,7 @@ if { [prepare_for_testing ${testfile}.exp $testfile $srcfile {debug additional_f if ![runto_main] then { fail "cannot run to main" - return -1; + return -1 } # Get PID of test program. |