aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.cp/cpcompletion.exp
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2009-02-03 01:09:01 +0000
committerTom Tromey <tromey@redhat.com>2009-02-03 01:09:01 +0000
commit52e44b43981ff9373fa7cec285ebe4f5662f5f53 (patch)
treeb7d20513b2e623d415b1b60c6e7737b15bebc1e0 /gdb/testsuite/gdb.cp/cpcompletion.exp
parent1c71341a8f5470b0873e57fb7bb7641a8e1d436d (diff)
downloadfsf-binutils-gdb-52e44b43981ff9373fa7cec285ebe4f5662f5f53.zip
fsf-binutils-gdb-52e44b43981ff9373fa7cec285ebe4f5662f5f53.tar.gz
fsf-binutils-gdb-52e44b43981ff9373fa7cec285ebe4f5662f5f53.tar.bz2
Fix ChangeLog to point to the correct bug, PR gdb/9594.
gdb/testsuite * gdb.cp/cpcompletion.exp: Name the test "pr9594". * gdb.cp/pr2489.cc: Rename... * gdb.cp/pr9594.cc: ... to this.
Diffstat (limited to 'gdb/testsuite/gdb.cp/cpcompletion.exp')
-rw-r--r--gdb/testsuite/gdb.cp/cpcompletion.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.cp/cpcompletion.exp b/gdb/testsuite/gdb.cp/cpcompletion.exp
index 2f715ad..4a5dbeb 100644
--- a/gdb/testsuite/gdb.cp/cpcompletion.exp
+++ b/gdb/testsuite/gdb.cp/cpcompletion.exp
@@ -21,7 +21,7 @@ if $tracelevel then {
if { [skip_cplus_tests] } { continue }
-set testfile pr2489
+set testfile pr9594
set binfile ${objdir}/${subdir}/${testfile}
if {[gdb_compile "${srcdir}/${subdir}/${testfile}.cc" "${testfile}.o" object {c++ debug}] != ""} {