2004-01-17 Michael Chastain <mec.gnu@mindspring.com>

* gdb.cp/templates.exp: Fix typo in test name of
	"print Foo<volatile char*>::foo".
This commit is contained in:
Michael Chastain 2004-01-18 03:33:22 +00:00
parent ee300cd4b1
commit b0cecf36fd
2 changed files with 6 additions and 1 deletions

View 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*.

View 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" }