diff options
Diffstat (limited to 'gdb/testsuite/gdb.arch/i386-permbkpt.exp')
-rw-r--r-- | gdb/testsuite/gdb.arch/i386-permbkpt.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.arch/i386-permbkpt.exp b/gdb/testsuite/gdb.arch/i386-permbkpt.exp index c2dc6204864..b8a8918050c 100644 --- a/gdb/testsuite/gdb.arch/i386-permbkpt.exp +++ b/gdb/testsuite/gdb.arch/i386-permbkpt.exp @@ -29,7 +29,7 @@ standard_testfile .S set additional_flags [gdb_target_symbol_prefix_flags_asm] if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [list debug $additional_flags]] != "" } { - untested i386-permbkpt.exp + untested "failed to compile" return -1 } |