From: David Carlton Date: Sat, 13 Sep 2003 00:33:37 +0000 (+0000) Subject: 2003-09-12 David Carlton X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8f85dd352e862ba91c13ce8ad4464444b8627a72;p=thirdparty%2Fbinutils-gdb.git 2003-09-12 David Carlton * carlton_runnamespace (TESTS): Fix typo in gdb.c++->gdb.cp transition. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index fd580a28f2d..ead6cb1987c 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 d28ba3edcd6..b660abc69ee 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