Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / hbreak-in-shr-unsupported.exp
index 03a6b7492c5f1c1c6d4e4aaaf545d535fa1a7ee0..28ab3d6952a66afa03d1e71f61ed4807e7ccb6c7 100644 (file)
@@ -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
 }
 
This page took 0.024249 seconds and 4 git commands to generate.