Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.threads / thread-unwindonsignal.exp
index 1327c7e1931ad53ba51a0008b7c19410bf15bb76..efa68d10ffe2cd63b67117221dbe4ae8376e191d 100644 (file)
@@ -27,14 +27,14 @@ if {[gdb_compile_pthreads "${srcdir}/${subdir}/${srcfile}" "${binfile}" executab
 # Some targets can't do function calls, so don't even bother with this
 # test.
 if [target_info exists gdb,cannot_call_functions] {
-    unsupported "This target can not call functions"
+    unsupported "this target can not call functions"
     continue
 }
 
 clean_restart ${binfile}
 
 if { ![runto_main] } {
-    fail "Can't run to main"
+    fail "can't run to main"
     return 0
 }
 
This page took 0.025134 seconds and 4 git commands to generate.