diff options
Diffstat (limited to 'gdb/testsuite/gdb.rust/modules.exp')
-rw-r--r-- | gdb/testsuite/gdb.rust/modules.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.rust/modules.exp b/gdb/testsuite/gdb.rust/modules.exp index 0678f03..c8db7d7 100644 --- a/gdb/testsuite/gdb.rust/modules.exp +++ b/gdb/testsuite/gdb.rust/modules.exp @@ -21,13 +21,13 @@ if {[skip_rust_tests]} { } standard_testfile .rs -if {[prepare_for_testing ${testfile}.exp $testfile $srcfile {debug rust}]} { +if {[prepare_for_testing "failed to prepare" $testfile $srcfile {debug rust}]} { return -1 } set line [gdb_get_line_number "set breakpoint here"] if {![runto ${srcfile}:$line]} { - untested $testfile + untested "could not run to breakpoint" return -1 } |