diff options
Diffstat (limited to 'gdb/testsuite/gdb.base/hbreak-in-shr-unsupported.exp')
-rw-r--r-- | gdb/testsuite/gdb.base/hbreak-in-shr-unsupported.exp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.base/hbreak-in-shr-unsupported.exp b/gdb/testsuite/gdb.base/hbreak-in-shr-unsupported.exp index 03a6b74..28ab3d6 100644 --- a/gdb/testsuite/gdb.base/hbreak-in-shr-unsupported.exp +++ b/gdb/testsuite/gdb.base/hbreak-in-shr-unsupported.exp @@ -36,7 +36,7 @@ if [get_compiler_info] { if { [gdb_compile_shlib ${srcdir}/${subdir}/${lib_src} ${lib_so} $lib_opts] != "" || [gdb_compile ${srcdir}/${subdir}/${main_src} ${binfile} executable $exec_opts] != ""} { - untested "Could not compile ${subdir}/$lib_src or ${subdir}/$srcfile." + untested "could not compile ${subdir}/$lib_src or ${subdir}/$srcfile." return -1 } @@ -44,7 +44,7 @@ clean_restart $binfile gdb_load_shlib $lib_so if ![runto_main] then { - fail "Can't run to main" + fail "can't run to main" return -1 } |