diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/stack-checking.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/stack-checking.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/stack-checking.exp b/gdb/testsuite/gdb.base/stack-checking.exp index aa685757c93..c786edbae74 100644 --- a/gdb/testsuite/gdb.base/stack-checking.exp +++ b/gdb/testsuite/gdb.base/stack-checking.exp @@ -17,7 +17,7 @@ standard_testfile .c if { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable [concat debug additional_flags=-fstack-check nowarnings]] != "" } { - untested stack-checking.exp + untested "failed to compile" return -1 } |