diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/linespecs.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/linespecs.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/linespecs.exp b/gdb/testsuite/gdb.base/linespecs.exp index c5644955029..2a005ee1800 100644 --- a/gdb/testsuite/gdb.base/linespecs.exp +++ b/gdb/testsuite/gdb.base/linespecs.exp @@ -18,7 +18,7 @@ # We don't currently need our own test case for testing, so grab # another one. -if {[prepare_for_testing linespecs.exp linespecs memattr.c]} { +if {[prepare_for_testing "failed to prepare" linespecs memattr.c]} { return -1 } |