aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/lib/cp-support.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/lib/cp-support.exp')
-rw-r--r--gdb/testsuite/lib/cp-support.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/lib/cp-support.exp b/gdb/testsuite/lib/cp-support.exp
index 66b58d5..58c21a9 100644
--- a/gdb/testsuite/lib/cp-support.exp
+++ b/gdb/testsuite/lib/cp-support.exp
@@ -564,7 +564,7 @@ proc cp_test_ptype_class { in_exp in_testname in_key in_tag in_class_table
switch $nested_key {
enum {
set expected_result \
- "enum $nested_name (: (unsigned )?int)? \{"
+ "enum $nested_name (: (unsigned )?int )?\{"
foreach c $nested_children {
append expected_result "$c, "
}