Fix double space expected in cp_test_ptype_class
[deliverable/binutils-gdb.git] / gdb / testsuite / lib / cp-support.exp
index 66b58d5f60c631c9c534296660ff69c8f4b72d70..58c21a91615cc72654a76b06a18ce3e056bb1f44 100644 (file)
@@ -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, "
                    }
This page took 0.027014 seconds and 4 git commands to generate.