From 8f85dd352e862ba91c13ce8ad4464444b8627a72 Mon Sep 17 00:00:00 2001 From: David Carlton Date: Sat, 13 Sep 2003 00:33:37 +0000 Subject: 2003-09-12 David Carlton * carlton_runnamespace (TESTS): Fix typo in gdb.c++->gdb.cp transition. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/carlton_runnamespace | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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_runnamespace (TESTS): Fix typo in gdb.c++->gdb.cp + transition. + 2003-08-22 Michael Chastain * 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 -- cgit v1.1