Fix paste-o in examine-backward.exp.
authorSandra Loosemore <sandra@codesourcery.com>
Fri, 16 Aug 2019 01:15:16 +0000 (18:15 -0700)
committerSandra Loosemore <sandra@codesourcery.com>
Fri, 16 Aug 2019 01:15:16 +0000 (18:15 -0700)
commitd8f9e51c361dfb53de3eca8d84f8938380af60ff
treef762a56aa9de87cd1d3dc0f8317e04970a5d2792
parent33394263571f08a935c0a030dbde22a04eee7d70
Fix paste-o in examine-backward.exp.

This patch fixes a paste-o that was introduced in commit
c8ad9b9a31aa3e6039567fc1f152dd454c946d5f.  Previously the regexp for
the "examine 3 bytes backward from ${address_zero}" test correctly
matched 3 "${byte}" patterns, but in that commit the 6-byte regexp
from the previous test was mistakenly repeated here instead.

2019-08-15  Sandra Loosemore  <sandra@codesourcery.com>

gdb/testsuite/
* gdb.base/examine-backward.exp: Correct regexp for
"examine 3 bytes backward from ${address_zero}".
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/examine-backward.exp