diff options
Diffstat (limited to 'gdb/testsuite/gdb.mi/mi-dprintf-pending.exp')
-rw-r--r-- | gdb/testsuite/gdb.mi/mi-dprintf-pending.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.mi/mi-dprintf-pending.exp b/gdb/testsuite/gdb.mi/mi-dprintf-pending.exp index 12a91cd..b1c870e 100644 --- a/gdb/testsuite/gdb.mi/mi-dprintf-pending.exp +++ b/gdb/testsuite/gdb.mi/mi-dprintf-pending.exp @@ -36,12 +36,12 @@ if {[get_compiler_info]} { } if {[gdb_compile_shlib $libsrc1 $lib_sl1 $lib_opts] != ""} { - untested "Could not compile $libsrc1" + untested "could not compile $libsrc1" return -1 } if {[gdb_compile $srcdir/$subdir/$srcfile $binfile executable $exec_opts] != ""} { - untested "Could not compile $srcdir/$subdir/$srcfile" + untested "could not compile $srcdir/$subdir/$srcfile" return -1 } |