2001-07-02 Michael Snyder <msnyder@redhat.com>

* gdb.base/corefile.exp: Quote the curly braces in regexp.
This commit is contained in:
Michael Snyder 2001-07-02 21:54:14 +00:00
parent 2740bf6ca5
commit d85da69f69
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-07-02 Michael Snyder <msnyder@redhat.com>
* gdb.base/corefile.exp: Quote the curly braces in regexp.
2001-06-28 Andrew Cagney <ac131313@redhat.com>
* gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list

View File

@ -189,7 +189,7 @@ gdb_test "print coremaker_data" "\\\$$decimal = 202"
gdb_test "print coremaker_bss" "\\\$$decimal = 10"
gdb_test "print coremaker_ro" "\\\$$decimal = 201"
gdb_test "print func2::coremaker_local" "\\\$$decimal = {0, 1, 2, 3, 4}"
gdb_test "print func2::coremaker_local" "\\\$$decimal = \\{0, 1, 2, 3, 4\\}"
# Somehow we better test the ability to read the registers out of the core
# file correctly. I don't think the other tests do this.