diff options
Diffstat (limited to 'gdb/testsuite/gdb.mi/mi-dprintf.exp')
-rw-r--r-- | gdb/testsuite/gdb.mi/mi-dprintf.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.mi/mi-dprintf.exp b/gdb/testsuite/gdb.mi/mi-dprintf.exp index 760c756..4a3429f 100644 --- a/gdb/testsuite/gdb.mi/mi-dprintf.exp +++ b/gdb/testsuite/gdb.mi/mi-dprintf.exp @@ -25,7 +25,7 @@ if [mi_gdb_start] { standard_testfile if {[build_executable $testfile.exp $testfile $srcfile {debug}] == -1} { - untested "failed to compile $testfile" + untested "failed to compile" return -1 } |