arc: Don't use multiline in arc-disassembler-options.exp test
commitfd07bcb16f1d0891b66931e0930a74355be12bb6
authorYuriy Kolerov <kolerov93@gmail.com>
Tue, 13 Feb 2024 06:40:22 +0000 (13 06:40 +0000)
committerShahab Vahedi <shahab@synopsys.com>
Tue, 13 Feb 2024 21:45:18 +0000 (13 22:45 +0100)
treedbd2c65aa0d2940fd37ab74279f6bbf34fe37744
parenta16034bf6417dc2259fef43fd5bcc2dd1dac562f
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>
gdb/testsuite/gdb.arch/arc-disassembler-options.exp