diff options
Diffstat (limited to 'gdb/testsuite/gdb.modula2/unbounded-array.exp')
-rw-r--r-- | gdb/testsuite/gdb.modula2/unbounded-array.exp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.modula2/unbounded-array.exp b/gdb/testsuite/gdb.modula2/unbounded-array.exp index 19dafcc..550b853 100644 --- a/gdb/testsuite/gdb.modula2/unbounded-array.exp +++ b/gdb/testsuite/gdb.modula2/unbounded-array.exp @@ -19,8 +19,7 @@ standard_testfile unbounded1.c -if {[prepare_for_testing $testfile.exp $testfile $srcfile {debug quiet}]} { - untested $testfile.exp +if {[prepare_for_testing "failed to prepare" $testfile $srcfile {debug quiet}]} { return -1 } |