mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-03 01:30:50 +00:00
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:
parent
ee300cd4b1
commit
b0cecf36fd
@ -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*.
|
||||
|
@ -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" }
|
||||
|
Loading…
Reference in New Issue
Block a user