diff options
Diffstat (limited to 'gdb/testsuite/gdb.arch/e500-abi.exp')
-rw-r--r-- | gdb/testsuite/gdb.arch/e500-abi.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.arch/e500-abi.exp b/gdb/testsuite/gdb.arch/e500-abi.exp index c3b4bc9..1992d5e 100644 --- a/gdb/testsuite/gdb.arch/e500-abi.exp +++ b/gdb/testsuite/gdb.arch/e500-abi.exp @@ -33,7 +33,7 @@ set binfile ${objdir}/${subdir}/${testfile} set src1 ${srcdir}/${subdir}/${testfile}.c if { [gdb_compile ${src1} ${binfile} executable {debug nowarnings}] != "" } { - untested e500-abi.exp + untested "failed to compile" return -1 } |