2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
authorMichael Chastain <mec@google.com>
Sun, 18 Jan 2004 03:33:22 +0000 (03:33 +0000)
committerMichael Chastain <mec@google.com>
Sun, 18 Jan 2004 03:33:22 +0000 (03:33 +0000)
* gdb.cp/templates.exp: Fix typo in test name of
"print Foo<volatile char*>::foo".

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.cp/templates.exp

index 07c84d9..b1086aa 100644 (file)
@@ -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*.
index e3425f4..2da1761 100644 (file)
@@ -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" }