2002-04-22 Michael Chastain <mec@shout.net>
authorMichael Chastain <mec@google.com>
Tue, 23 Apr 2002 05:08:31 +0000 (05:08 +0000)
committerMichael Chastain <mec@google.com>
Tue, 23 Apr 2002 05:08:31 +0000 (05:08 +0000)
* gdb.c++/method.exp: Fix syntax of reference to gdb/277.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.c++/method.exp

index cbda73f412196f06d1d3c7135f5688a9b35fbcbd..3b82842610e5a7106f083e834c0542bf814a4fd0 100644 (file)
@@ -1,3 +1,7 @@
+2002-04-22  Michael Chastain  <mec@shout.net>
+
+       * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
+
 2002-04-17  David S. Miller  <davem@redhat.com>
 
        * gdb.asm/sparc64.inc: New file.
index 3ca5cc1b435035fa81e8465b1156573b7ee858a1..8deafa85f38d6c050d7791bdf1a74051acfa0e92 100644 (file)
@@ -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" }