diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/step-line.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/step-line.exp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/step-line.exp b/gdb/testsuite/gdb.base/step-line.exp index 292dc7c..ac8c920 100644 --- a/gdb/testsuite/gdb.base/step-line.exp +++ b/gdb/testsuite/gdb.base/step-line.exp @@ -23,8 +23,7 @@ standard_testfile set linefile ${testfile}.inp -if {[prepare_for_testing $testfile.exp $testfile $srcfile debug]} { - untested $testfile.exp +if {[prepare_for_testing "failed to prepare" $testfile $srcfile debug]} { return -1 } |