Remove the unneeded escaping of '[' and ']' characters in test_class_help
authorMartin Galvan <martin.galvan@tallertechnologies.com>
Tue, 30 Jun 2015 21:20:47 +0000 (18:20 -0300)
committerMartin Galvan <martin.galvan@tallertechnologies.com>
Tue, 30 Jun 2015 21:24:13 +0000 (18:24 -0300)
commit06f810bd8ee52d2485c180d45c635c25c9a15108
treec7497e5355e071d01dd15f3b528f2ce0d452aed2
parent5e61e7c0390b390bd07c019ade5e42d7a6d77e10
Remove the unneeded escaping of '[' and ']' characters in test_class_help

As these characters don't need to be escaped for strings
wrapped inside {} braces, we can remove the unneeded backslashes.

gdb/testsuite/ChangeLog:

* lib/gdb.exp (test_class_help): Remove the unneeded escaping of
'[' and ']' characters.
gdb/testsuite/ChangeLog
gdb/testsuite/lib/gdb.exp