* gdb.cp/templates.exp: Fix typo in test name of
"print Foo<volatile char*>::foo".
+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*.
# 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" }