summaryrefslogtreecommitdiff
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
commitb232140b3cc384cd8acf23272a83fa0838daa32d (patch)
tree514adefeb3b1be5d90a7393a6ba5804a36fb3d96
parent58ffeb18e51d14fd7610018895810692b536592f (diff)
downloadgdb-b232140b3cc384cd8acf23272a83fa0838daa32d.tar.gz
Fix ChangeLog entry to read 'gdb.cp' instead of 'gdb.c++'.
-rw-r--r--gdb/testsuite/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index a81f45215e5..574e4b18ba2 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>