Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.arch / i386-gnu-cfi.exp
index b5691397618c98975b20297f853d02585e42fe31..9c05cab0d7902e54f0d67b0a2606a75ecf16691f 100644 (file)
@@ -73,11 +73,11 @@ gdb_test "up 3" \
 
 gdb_test_multiple "info frame" "Existence of the CFI inserted register" {
     -re "Stack level 3, frame at (0x\[0-9a-f\]+):.*Saved registers:.* ecx at (0x\[0-9a-f\]+),.*" {
-       pass "Existence of the CFI inserted register"
+       pass "existence of the CFI inserted register"
        if { [string compare $expect_out(1,string) $expect_out(2,string)] } then {
-           fail "Value of the CFI inserted register"
+           fail "value of the CFI inserted register"
        } else {
-           pass "Value of the CFI inserted register"
+           pass "value of the CFI inserted register"
        }
     }
 }
This page took 0.038946 seconds and 4 git commands to generate.