summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2001-07-02 21:54:14 +0000
committerMichael Snyder <msnyder@specifix.com>2001-07-02 21:54:14 +0000
commit84dcf53d297707b3c01597c464402319af0cf0b7 (patch)
tree8d01305483a50404db03252cb87f7616955d18ac
parentea38cf7ae0273e6b6e87352b61e3ad7e79138753 (diff)
downloadgdb-84dcf53d297707b3c01597c464402319af0cf0b7.tar.gz
2001-07-02 Michael Snyder <msnyder@redhat.com>
* gdb.base/corefile.exp: Quote the curly braces in regexp.
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.base/corefile.exp2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 6e48a707596..f91b7e8ba0b 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -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
diff --git a/gdb/testsuite/gdb.base/corefile.exp b/gdb/testsuite/gdb.base/corefile.exp
index 97ecd9bc7d2..3d6bf5b9252 100644
--- a/gdb/testsuite/gdb.base/corefile.exp
+++ b/gdb/testsuite/gdb.base/corefile.exp
@@ -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.