diff options
Diffstat (limited to 'gdb/testsuite/gdb.fortran/complex.exp')
-rw-r--r-- | gdb/testsuite/gdb.fortran/complex.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.fortran/complex.exp b/gdb/testsuite/gdb.fortran/complex.exp index 9298b3b..896e01c 100644 --- a/gdb/testsuite/gdb.fortran/complex.exp +++ b/gdb/testsuite/gdb.fortran/complex.exp @@ -22,7 +22,7 @@ if {[prepare_for_testing "failed to prepare" $testfile $srcfile {debug f90 quiet return -1 } -if ![fortran_runto_main] then { +if {![fortran_runto_main]} { perror "Couldn't run to main" return } |