commit | fd07bcb16f1d0891b66931e0930a74355be12bb6 | [log] [tgz] |
---|---|---|
author | Yuriy Kolerov <kolerov93@gmail.com> | Tue Feb 13 06:40:22 2024 +0000 |
committer | Shahab Vahedi <shahab@synopsys.com> | Tue Feb 13 22:45:18 2024 +0100 |
tree | dbd2c65aa0d2940fd37ab74279f6bbf34fe37744 | |
parent | a16034bf6417dc2259fef43fd5bcc2dd1dac562f [diff] |
arc: Don't use multiline in arc-disassembler-options.exp test Breaking a TCL string to several lines leads to adding of extra symbols to the resulting expect string. In turn, this leads to failing of all test cases in gdb.arch/arc-disassembler-options.exp testsuite. It's necessary to use multi_line function in such cases. Approved-By: Tom Tromey <tom@tromey.com>