]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/testsuite/gdb.base/printcmds.exp
Fix test names starting with uppercase output by basic functions
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.base / printcmds.exp
index 7937fe7321acf2fe290db74d0d498d94955580fb..bdddde684105ae95bf7981c4a9941540b4ae4f81 100644 (file)
@@ -683,7 +683,7 @@ proc test_print_string_constants {} {
     gdb_test_no_output "set print elements 50"
 
     if [target_info exists gdb,cannot_call_functions] {
-       unsupported "This target can not call functions"
+       unsupported "this target can not call functions"
        return
     }
 
@@ -706,7 +706,7 @@ proc test_print_string_constants {} {
 proc test_print_array_constants {} {
 
     if [target_info exists gdb,cannot_call_functions] {
-       unsupported "This target can not call functions"
+       unsupported "this target can not call functions"
        return
     }
 
@@ -950,7 +950,7 @@ gdb_test "p ctable1\[120\]" "120 'x'" "p ctable1\[120\] #1"
 gdb_load ${binfile}
 
 if ![runto_main] then {
-    fail "Can't run to main"
+    fail "can't run to main"
     return 0
 }