mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
gdb/testsuite: Remove duplicates from gdb.base/pretty-array.exp
When I run the testsuite, I have: Running .../gdb/testsuite/gdb.base/pretty-array.exp ... DUPLICATE: gdb.base/pretty-array.exp: print nums DUPLICATE: gdb.base/pretty-array.exp: print nums Fix by giving a name to the test cases. Tested on x86_64-linux.
This commit is contained in:
@ -44,7 +44,8 @@ gdb_test "print nums" \
|
||||
" 22," \
|
||||
" 23" \
|
||||
" }" \
|
||||
"}" ]
|
||||
"}" ] \
|
||||
"print nums with print array on"
|
||||
|
||||
gdb_test_no_output "set print array-indexes on"
|
||||
|
||||
@ -61,4 +62,5 @@ gdb_test "print nums" \
|
||||
" \\\[1\\\] = 22," \
|
||||
" \\\[2\\\] = 23" \
|
||||
" }" \
|
||||
"}" ]
|
||||
"}" ] \
|
||||
"print nums with print array on, print array-indexes on"
|
||||
|
Reference in New Issue
Block a user