Fix test names starting with uppercase output by basic functions
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.cp / local.exp
index 33121398b1b032f9bca5e86a30802f523c6e939c..62c1fd831050c89164ee5759e0d19f95ec733ae9 100644 (file)
@@ -166,7 +166,7 @@ gdb_test "up" ".*main.*" "up from marker2"
 set eol "\[\t \]*\[\r\n\]+\[\t \]*"
 gdb_test_multiple "ptype Local" "Local out of scope" {
     -re "No symbol \"Local\" in current context.*${gdb_prompt} $" {
-        pass "Local out of scope"
+        pass "local out of scope"
     }
     -re "ptype Local${eol}type = class Local {${eol}  public:${eol}    int loc1;${eol}.*${eol}    char loc_foo\\(char\\);${eol}}${eol}${gdb_prompt} " {
         # GCC emits STABS debugging information in a way that doesn't
This page took 0.024729 seconds and 4 git commands to generate.