aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.arch/thumb-singlestep.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.arch/thumb-singlestep.exp')
-rw-r--r--gdb/testsuite/gdb.arch/thumb-singlestep.exp5
1 files changed, 2 insertions, 3 deletions
diff --git a/gdb/testsuite/gdb.arch/thumb-singlestep.exp b/gdb/testsuite/gdb.arch/thumb-singlestep.exp
index 31e46e8..1ef6684 100644
--- a/gdb/testsuite/gdb.arch/thumb-singlestep.exp
+++ b/gdb/testsuite/gdb.arch/thumb-singlestep.exp
@@ -24,13 +24,12 @@ set testfile "thumb-singlestep"
set srcfile ${testfile}.S
set additional_flags "additional_flags=-mthumb"
-if [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile} [list debug $additional_flags]] {
- untested ${testfile}.exp
+if [prepare_for_testing "failed to prepare" ${testfile} ${srcfile} [list debug $additional_flags]] {
return -1
}
if ![runto_main] then {
- untested ${testfile}.exp
+ untested "could not run to main"
return -1
}