diff options
author | Tom de Vries <tdevries@suse.de> | 2021-10-25 18:15:15 +0200 |
---|---|---|
committer | Tom de Vries <tdevries@suse.de> | 2021-10-25 18:15:15 +0200 |
commit | 9de46719da07a439af59088d69cb4dd70c030612 (patch) | |
tree | a38c3673148a67998396ae15173f8678e374c579 /gdb/c-lang.c | |
parent | eb5323fdf88aff59afca0a545877c4d777ff2726 (diff) | |
download | binutils-9de46719da07a439af59088d69cb4dd70c030612.zip binutils-9de46719da07a439af59088d69cb4dd70c030612.tar.gz binutils-9de46719da07a439af59088d69cb4dd70c030612.tar.bz2 |
[gdb/testsuite] Fix duplicate in gdb.mi/mi-var-cp.exp
With test-case gdb.mi/mi-var-cp.exp I run into this duplicate:
...
PASS: gdb.mi/mi-var-cp.exp: run to mi-var-cp.cc:104 (set breakpoint)
PASS: gdb.mi/mi-var-cp.exp: create varobj for s
PASS: gdb.mi/mi-var-cp.exp: create varobj for s
DUPLICATE: gdb.mi/mi-var-cp.exp: create varobj for s
...
This is due to a duplicate test name here:
...
$ cat -n gdb/testsuite/gdb.mi/mi-var-cp.cc
...
100 int reference_to_struct ()
101 {
102 /*: BEGIN: reference_to_struct :*/
103 S s = {7, 8};
104 S& r = s;
105 /*:
106 mi_create_varobj S s "create varobj for s"
107 mi_create_varobj R r "create varobj for s"
...
Fix this by using "create varobj for r" instead.
Tested on x86_64-linux.
Diffstat (limited to 'gdb/c-lang.c')
0 files changed, 0 insertions, 0 deletions