* gdb.c++/classes.exp (ptype class A): Tolerate whitespace
variations.
This commit is contained in:
parent
6840198f93
commit
a966fde5a0
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-04-24 Jim Blandy <jimb@redhat.com>
|
||||
|
||||
* gdb.c++/classes.exp (ptype class A): Tolerate whitespace
|
||||
variations.
|
||||
|
||||
2001-04-22 Michael Chastain <chastain@redhat.com>
|
||||
|
||||
* gdb.c++/local.exp: Use the 'runto' library function.
|
||||
|
|
|
@ -224,7 +224,7 @@ proc test_ptype_class_objects {} {
|
|||
# it to print as "struct".
|
||||
send_gdb "ptype class A\n"
|
||||
gdb_expect {
|
||||
-re "type = (class|struct) A \{(${ws}public:|)${ws}int a;${ws}int x;((${ws}A & operator=\\(A const &\\);)|(${ws}A\\(A const &\\);)|(${ws}A\\(void\\);))*${ws}\}$nl$gdb_prompt $" {
|
||||
-re "type = (class|struct) A \{(${ws}public:|)${ws}int a;${ws}int x;((${ws}A & operator=\\(A const ?&\\);)|(${ws}A\\(A const ?&\\);)|(${ws}A\\(void\\);))*${ws}\}$nl$gdb_prompt $" {
|
||||
pass "ptype class A"
|
||||
}
|
||||
-re ".*$gdb_prompt $" {
|
||||
|
|
Loading…
Reference in a new issue