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