diff options
Diffstat (limited to 'gdb/testsuite/gdb.arch/amd64-byte.exp')
-rw-r--r-- | gdb/testsuite/gdb.arch/amd64-byte.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.arch/amd64-byte.exp b/gdb/testsuite/gdb.arch/amd64-byte.exp index 127051d0e92..57f3c0be4b7 100644 --- a/gdb/testsuite/gdb.arch/amd64-byte.exp +++ b/gdb/testsuite/gdb.arch/amd64-byte.exp @@ -31,7 +31,7 @@ if [get_compiler_info] { } if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug]] != "" } { - untested ${testfile} + untested "failed to compile" return } |