Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.trace / tfind.exp
index d78547d9dcbc2216b9c47469015754e5e75ea0e4..cfd7db350cca1cfbbfea5cf501216d7fa76246f0 100644 (file)
@@ -63,7 +63,7 @@ runto_main
 gdb_reinitialize_dir $srcdir/$subdir
 
 if { ![gdb_target_supports_trace] } then {
-    unsupported "Current target does not support trace"
+    unsupported "current target does not support trace"
     return 1
 
 }
@@ -75,7 +75,7 @@ if { ![gdb_target_supports_trace] } then {
 # all subsequent line numbers are relative to this first one (baseline)
 set baseline  [gdb_find_recursion_test_baseline $srcfile]
 if { $baseline == -1 } then {
-    fail "Could not find gdb_recursion_test function"
+    fail "could not find gdb_recursion_test function"
     return
 }
 
This page took 0.024539 seconds and 4 git commands to generate.