Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.arch / powerpc-power.exp
index 8594ad58880d489feafbe15c9b4c001d04467a3e..c647787b6c358be6db7218e0493f8b7059f21c98 100644 (file)
@@ -49,7 +49,7 @@ proc instr_to_patt {offset instr} {
 proc func_check {offset instr} {
     global func
 
-    set test "Found $offset: $instr"
+    set test "found $offset: $instr"
     if [regexp -nocase -line [instr_to_patt $offset $instr] $func] {
        pass $test
     } else {
This page took 0.02884 seconds and 4 git commands to generate.