diff options
Diffstat (limited to 'gdb/testsuite/gdb.arch/thumb-bx-pc.exp')
-rw-r--r-- | gdb/testsuite/gdb.arch/thumb-bx-pc.exp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.arch/thumb-bx-pc.exp b/gdb/testsuite/gdb.arch/thumb-bx-pc.exp index 0e80a90..17b936e 100644 --- a/gdb/testsuite/gdb.arch/thumb-bx-pc.exp +++ b/gdb/testsuite/gdb.arch/thumb-bx-pc.exp @@ -24,8 +24,7 @@ set testfile "thumb-bx-pc" set srcfile ${testfile}.S set opts {} -if [prepare_for_testing ${testfile}.exp ${testfile} ${srcfile} $opts] { - untested "failed to compile" +if [prepare_for_testing "failed to prepare" ${testfile} ${srcfile} $opts] { return -1 } |