diff options
Diffstat (limited to 'gdb/testsuite/gdb.mi/gdb701.exp')
-rw-r--r-- | gdb/testsuite/gdb.mi/gdb701.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.mi/gdb701.exp b/gdb/testsuite/gdb.mi/gdb701.exp index be1fb85..65f6686 100644 --- a/gdb/testsuite/gdb.mi/gdb701.exp +++ b/gdb/testsuite/gdb.mi/gdb701.exp @@ -28,7 +28,7 @@ if [mi_gdb_start] { standard_testfile if {[gdb_compile $srcdir/$subdir/$srcfile $binfile executable debug] != ""} { - untested gdb701.exp + untested "failed to compile" return -1 } |