diff options
Diffstat (limited to 'gdb/testsuite/gdb.arch/vsx-regs.exp')
-rw-r--r-- | gdb/testsuite/gdb.arch/vsx-regs.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.arch/vsx-regs.exp b/gdb/testsuite/gdb.arch/vsx-regs.exp index 6c708e18059..884f6ead2db 100644 --- a/gdb/testsuite/gdb.arch/vsx-regs.exp +++ b/gdb/testsuite/gdb.arch/vsx-regs.exp @@ -42,7 +42,7 @@ if [test_compiler_info gcc*] { } if { [gdb_compile ${srcdir}/${subdir}/${srcfile} ${binfile} executable $compile_flags] != "" } { - untested vsx-regs.exp + untested "failed to compile" return -1 } |