diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/foll-exec-mode.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/foll-exec-mode.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/foll-exec-mode.exp b/gdb/testsuite/gdb.base/foll-exec-mode.exp index 2c6e379..5de3b03 100644 --- a/gdb/testsuite/gdb.base/foll-exec-mode.exp +++ b/gdb/testsuite/gdb.base/foll-exec-mode.exp @@ -49,12 +49,12 @@ set compile_options debug # build the first test case if { [gdb_compile "${srcdir}/${subdir}/${srcfile2}" "${binfile2}" executable $compile_options] != "" } { - untested foll-exec-mode.exp + untested "failed to compile" return -1 } if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable $compile_options] != "" } { - untested foll-exec-mode.exp + untested "failed to compile" return -1 } |