aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.cp
diff options
context:
space:
mode:
authorMichael Chastain <mec@google.com>2004-01-18 03:33:22 +0000
committerMichael Chastain <mec@google.com>2004-01-18 03:33:22 +0000
commitb0cecf36fdb8ca470bf1e14be2ffc8b7b175d476 (patch)
tree2a79c6fb3f24b2b026de1d5c6dcb6341c4517bcc /gdb/testsuite/gdb.cp
parentee300cd4b1b3a9907dc03c336e13976501de5a59 (diff)
downloadgdb-b0cecf36fdb8ca470bf1e14be2ffc8b7b175d476.zip
gdb-b0cecf36fdb8ca470bf1e14be2ffc8b7b175d476.tar.gz
gdb-b0cecf36fdb8ca470bf1e14be2ffc8b7b175d476.tar.bz2
2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
* gdb.cp/templates.exp: Fix typo in test name of "print Foo<volatile char*>::foo".
Diffstat (limited to 'gdb/testsuite/gdb.cp')
-rw-r--r--gdb/testsuite/gdb.cp/templates.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.cp/templates.exp b/gdb/testsuite/gdb.cp/templates.exp
index e3425f4..2da1761 100644
--- a/gdb/testsuite/gdb.cp/templates.exp
+++ b/gdb/testsuite/gdb.cp/templates.exp
@@ -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" }