diff options
Diffstat (limited to 'gdb/testsuite/gdb.cp/local.exp')
-rw-r--r-- | gdb/testsuite/gdb.cp/local.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.cp/local.exp b/gdb/testsuite/gdb.cp/local.exp index 3312139..62c1fd8 100644 --- a/gdb/testsuite/gdb.cp/local.exp +++ b/gdb/testsuite/gdb.cp/local.exp @@ -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 |