aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/testsuite/ChangeLog5
-rw-r--r--gdb/testsuite/lib/cp-support.exp2
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 7ee3e0b..e1bd8df 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2018-02-23 Maciej W. Rozycki <macro@mips.com>
+
+ * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
+ name of a variable: $actual_linejj -> $actual_line.
+
2018-02-21 John Baldwin <jhb@FreeBSD.org>
* gdb.arch/amd64-i386-address.exp: Fix a typo.
diff --git a/gdb/testsuite/lib/cp-support.exp b/gdb/testsuite/lib/cp-support.exp
index de36cd8..66b58d5 100644
--- a/gdb/testsuite/lib/cp-support.exp
+++ b/gdb/testsuite/lib/cp-support.exp
@@ -575,7 +575,7 @@ proc cp_test_ptype_class { in_exp in_testname in_key in_tag in_class_table
"Expecting enum result: $expected_result"
if {![regexp -- $expected_result $actual_line]} {
set txt "$in_testname // wrong nested type enum"
- append txt " definition: $actual_linejj"
+ append txt " definition: $actual_line"
fail $txt
queue delete $line_queue
return false