diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/watch-cond-infcall.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/watch-cond-infcall.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/watch-cond-infcall.exp b/gdb/testsuite/gdb.base/watch-cond-infcall.exp index e31a50b..2b20ff2 100644 --- a/gdb/testsuite/gdb.base/watch-cond-infcall.exp +++ b/gdb/testsuite/gdb.base/watch-cond-infcall.exp @@ -19,7 +19,7 @@ standard_testfile if { [build_executable ${testfile}.exp ${testfile} ${testfile}.c {debug}] } { - untested ${testfile}.exp + untested "failed to compile" return -1 } |