commit | b6a5604da00b0438a0fb9b93e8713b14f323b6e4 | [log] [tgz] |
---|---|---|
author | Tom de Vries <tdevries@suse.de> | Tue Jul 16 17:22:04 2024 +0200 |
committer | Tom de Vries <tdevries@suse.de> | Tue Jul 16 17:22:04 2024 +0200 |
tree | c1abcd098502d34e17730d632b20d2ae08360af0 | |
parent | a81f4e591fdb8530d832addc39beb31353b0ef2d [diff] |
[gdb/testsuite] Simplify gdb.base/complex-parts.exp I noticed a lot of escaping in test-case gdb.base/complex-parts.exp. Make the test-case more readable by using: - string_to_regexp, and - {} instead of "". Tested on x86_64-linux and aarch64-linux.