aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
diff options
context:
space:
mode:
authorDavid Carlton <carlton@bactrian.org>2003-09-17 20:40:15 +0000
committerDavid Carlton <carlton@bactrian.org>2003-09-17 20:40:15 +0000
commitbd45b7af675a5d24b149aed42bfa88915c7d754d (patch)
tree95a04c262cec7a597a46d6e22b8d77ec0b73dc4f /gdb/testsuite
parent957e27ac304624dc5b69175c99f8455a227dfdd2 (diff)
downloadgdb-bd45b7af675a5d24b149aed42bfa88915c7d754d.zip
gdb-bd45b7af675a5d24b149aed42bfa88915c7d754d.tar.gz
gdb-bd45b7af675a5d24b149aed42bfa88915c7d754d.tar.bz2
Fix ChangeLog entry to read 'gdb.cp' instead of 'gdb.c++'.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r--gdb/testsuite/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index a81f452..574e4b1 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -5,8 +5,8 @@
2003-09-11 David Carlton <carlton@kealia.com>
- * gdb.c++/namespace.exp: Add tests for namespace types.
- * gdb.c++/maint.exp (test_help): Test 'help maint cp namespace'.
+ * gdb.cp/namespace.exp: Add tests for namespace types.
+ * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
(test_namespace): New.
2003-09-11 Elena Zannoni <ezannoni@redhat.com>