diff options
author | David Carlton <carlton@bactrian.org> | 2003-02-28 17:59:18 +0000 |
---|---|---|
committer | David Carlton <carlton@bactrian.org> | 2003-02-28 17:59:18 +0000 |
commit | 8a151ee066ffd0772b5d42bf8651bd6a6069b9cf (patch) | |
tree | 6d6c926caab9830f6911fb917f211b73b5824a6d | |
parent | f683e100b730efa6ff50b8273ca01b4d9c1afbf6 (diff) | |
download | gdb-8a151ee066ffd0772b5d42bf8651bd6a6069b9cf.zip gdb-8a151ee066ffd0772b5d42bf8651bd6a6069b9cf.tar.gz gdb-8a151ee066ffd0772b5d42bf8651bd6a6069b9cf.tar.bz2 |
Fix minor slip in previous patch.
-rw-r--r-- | gdb/testsuite/gdb.c++/classes.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.c++/classes.exp b/gdb/testsuite/gdb.c++/classes.exp index 9469083..70a1bb4 100644 --- a/gdb/testsuite/gdb.c++/classes.exp +++ b/gdb/testsuite/gdb.c++/classes.exp @@ -144,7 +144,7 @@ proc test_ptype_class_objects {} { pass "ptype class public_class" } -re "type = struct public_class \{${ws}int a;${ws}int b;$nl\}$nl$gdb_prompt $" { - fail "ptype class public_class" + pass "ptype class public_class" } -re ".*$gdb_prompt $" { fail "ptype class public_class" } timeout { fail "ptype class public_class (timeout)" ; return } |