From: Michael Chastain Date: Sun, 18 Jan 2004 03:33:22 +0000 (+0000) Subject: 2004-01-17 Michael Chastain X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b0cecf36fdb8ca470bf1e14be2ffc8b7b175d476;p=binutils-gdb.git 2004-01-17 Michael Chastain * gdb.cp/templates.exp: Fix typo in test name of "print Foo::foo". --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 07c84d938a9..b1086aac6f1 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2004-01-17 Michael Chastain + + * gdb.cp/templates.exp: Fix typo in test name of + "print Foo::foo". + 2004-01-15 Michael Chastain * 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 e3425f4a125..2da17614ced 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::foo" + kfail "gdb/931" "print Foo::foo" } -re "$gdb_prompt $" { fail "print Foo::foo" } timeout { fail "(timeout) print Foo::foo" }