From: Michael Chastain Date: Tue, 23 Apr 2002 05:08:31 +0000 (+0000) Subject: 2002-04-22 Michael Chastain X-Git-Tag: jimb-macro-020506-branchpoint~172 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=90a2fc7fb7a13d3d59d594a57a44b3757da8c804;p=pf3gnuchains%2Fpf3gnuchains4x.git 2002-04-22 Michael Chastain * gdb.c++/method.exp: Fix syntax of reference to gdb/277. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index cbda73f412..3b82842610 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2002-04-22 Michael Chastain + + * gdb.c++/method.exp: Fix syntax of reference to gdb/277. + 2002-04-17 David S. Miller * gdb.asm/sparc64.inc: New file. diff --git a/gdb/testsuite/gdb.c++/method.exp b/gdb/testsuite/gdb.c++/method.exp index 3ca5cc1b43..8deafa85f3 100644 --- a/gdb/testsuite/gdb.c++/method.exp +++ b/gdb/testsuite/gdb.c++/method.exp @@ -124,8 +124,8 @@ gdb_expect { # gcc versions gcc-3_1-branch%20020404 and HEAD%20020404 with -gstabs+ # produce good stabs, but gdb prints "const class {...} *" const. # This is PR gdb/277. - # setup_kfail "gnats:gdb/277" - fail "print this in A::bar (gnats:gdb/277)" + # setup_kfail "gdb/277" + fail "print this in A::bar (gdb/277)" } -re ".*$gdb_prompt $" { fail "print this in A::bar" } timeout { fail "(timeout) print this in A::bar" }