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 07c84d938a981e8b1379eb4688ca33d46bc1f68f..b1086aac6f166b3b6d5bd27acbbb1bfb9711a97f 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 e3425f4a125f08f41da25468780c6b31ec707279..2da17614ced240c1eee943d8dbb2b349b38c8122 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" }
This page took 0.032439 seconds and 4 git commands to generate.