summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@specifix.com>2007-10-18 10:05:44 +0000
committerMichael Snyder <msnyder@specifix.com>2007-10-18 10:05:44 +0000
commit5d424ce2e73d350f5e7b09369988f53b4de0c33e (patch)
tree35916101240f65e5a2c3ff6726731feebb22d10c /gdb/testsuite/gdb.base
parent7979f260a08b471b7a67e6b76c39108e6a712f4f (diff)
downloadgdb-5d424ce2e73d350f5e7b09369988f53b4de0c33e.tar.gz
2007-10-18 Michael Snyder <msnyder@specifix.com>
* gdb.base/dbx.exp: Add missing "-re " operator.
Diffstat (limited to 'gdb/testsuite/gdb.base')
-rw-r--r--gdb/testsuite/gdb.base/dbx.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/dbx.exp b/gdb/testsuite/gdb.base/dbx.exp
index af59b608780..202488e03bc 100644
--- a/gdb/testsuite/gdb.base/dbx.exp
+++ b/gdb/testsuite/gdb.base/dbx.exp
@@ -290,7 +290,7 @@ proc test_assign { } {
send_gdb "assign first=1\n"
gdb_expect {
-re "No symbol \"first\" in current context.*$" { fail "assign first" }
- "$gdb_prompt $" { pass "assign first" }
+ -re "$gdb_prompt $" { pass "assign first" }
timeout { fail "assign first (timeout)" }
}
gdb_test "print first" ".1 = 1"