aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/testsuite/ChangeLog5
-rwxr-xr-xgdb/testsuite/carlton_runnamespace2
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index fd580a2..ead6cb1 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2003-09-12 David Carlton <carlton@kealia.com>
+
+ * carlton_runnamespace (TESTS): Fix typo in gdb.c++->gdb.cp
+ transition.
+
2003-08-22 Michael Chastain <mec@shout.net>
* gdb.cp: New directory.
diff --git a/gdb/testsuite/carlton_runnamespace b/gdb/testsuite/carlton_runnamespace
index d28ba3e..b660abc 100755
--- a/gdb/testsuite/carlton_runnamespace
+++ b/gdb/testsuite/carlton_runnamespace
@@ -6,7 +6,7 @@
# stabs info, too?
EXTRADEBUGPATH=/usr/local/testbed/gcc3/bin
-TESTS="gdb.cpnamespace.exp gdb.cp/rtti.exp"
+TESTS="gdb.cp/namespace.exp gdb.cp/rtti.exp"
echo "Running tests using regular compiler."
runtest ${TESTS} > /dev/null 2>&1