diff options
author | Michael Chastain <mec@google.com> | 2004-01-18 03:33:22 +0000 |
---|---|---|
committer | Michael Chastain <mec@google.com> | 2004-01-18 03:33:22 +0000 |
commit | b0cecf36fdb8ca470bf1e14be2ffc8b7b175d476 (patch) | |
tree | 2a79c6fb3f24b2b026de1d5c6dcb6341c4517bcc /gdb | |
parent | ee300cd4b1b3a9907dc03c336e13976501de5a59 (diff) | |
download | gdb-b0cecf36fdb8ca470bf1e14be2ffc8b7b175d476.zip gdb-b0cecf36fdb8ca470bf1e14be2ffc8b7b175d476.tar.gz gdb-b0cecf36fdb8ca470bf1e14be2ffc8b7b175d476.tar.bz2 |
2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
* gdb.cp/templates.exp: Fix typo in test name of
"print Foo<volatile char*>::foo".
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/testsuite/gdb.cp/templates.exp | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 07c84d9..b1086aa 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-01-17 Michael Chastain <mec.gnu@mindspring.com> + + * gdb.cp/templates.exp: Fix typo in test name of + "print Foo<volatile char*>::foo". + 2004-01-15 Michael Chastain <mec.gnu@mindspring.com> * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*. diff --git a/gdb/testsuite/gdb.cp/templates.exp b/gdb/testsuite/gdb.cp/templates.exp index e3425f4..2da1761 100644 --- a/gdb/testsuite/gdb.cp/templates.exp +++ b/gdb/testsuite/gdb.cp/templates.exp @@ -348,7 +348,7 @@ gdb_expect { # This used to be a kfail gdb/33. That problem has been # fixed, but now gdb/931 and gdb/1512 are rearing their ugly # heads. - kfail "gdb/931" "print Foo<volatile char *>::foo" + kfail "gdb/931" "print Foo<volatile char*>::foo" } -re "$gdb_prompt $" { fail "print Foo<volatile char*>::foo" } timeout { fail "(timeout) print Foo<volatile char*>::foo" } |