commit | c99444905edcea5e4b053af6cc62313f8caf98fd | [log] [tgz] |
---|---|---|
author | Tom de Vries <tdevries@suse.de> | Tue Dec 03 23:03:03 2024 +0100 |
committer | Tom de Vries <tdevries@suse.de> | Tue Dec 03 23:03:03 2024 +0100 |
tree | f6e778f76ce22ec36bf5b6e2ac94486e32699003 | |
parent | 6a02aa77d80e4040bea699a88cf0dd208df639b4 [diff] |
[gdb/testsuite] Fix DUPLICATE in gdb.arch/pr25124.exp With test-case gdb.arch/pr25124.exp, I run into: ... PASS: gdb.arch/pr25124.exp: disassemble thumb instruction (1st try) PASS: gdb.arch/pr25124.exp: disassemble thumb instruction (2nd try) DUPLICATE: gdb.arch/pr25124.exp: disassemble thumb instruction (2nd try) ... Fix this by using a comma instead of parentheses. Tested on arm-linux. Approved-By: Tom Tromey <tom@tromey.com>