summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/display.exp
diff options
context:
space:
mode:
authorJason Molenda <jsm@bugshack.cygnus.com>2000-01-11 03:07:37 +0000
committerJason Molenda <jsm@bugshack.cygnus.com>2000-01-11 03:07:37 +0000
commite31cf3b5740670d856962824e983e893aca5acd0 (patch)
tree0c7f4b3102340776bf12f87c2f4666874ba618ab /gdb/testsuite/gdb.base/display.exp
parentefbdfc61a9659829f2e641021240cecd2fc0f414 (diff)
downloadgdb-e31cf3b5740670d856962824e983e893aca5acd0.tar.gz
import gdb-2000-01-10 snapshot
Diffstat (limited to 'gdb/testsuite/gdb.base/display.exp')
-rw-r--r--gdb/testsuite/gdb.base/display.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/display.exp b/gdb/testsuite/gdb.base/display.exp
index b502dc66433..b9e42185cb2 100644
--- a/gdb/testsuite/gdb.base/display.exp
+++ b/gdb/testsuite/gdb.base/display.exp
@@ -191,7 +191,7 @@ gdb_test "p/a &sum" ".*= $hex.*<sum>.*"
# this test will (incorrectly) fail. So use a small number.
gdb_test "p/a main+4" ".*= $hex.*<.*>.*"
gdb_test "p/a \$pc" ".*= $hex.*<do_vars+.*>.*"
-gdb_test "p/a &&j" ".*A parse error.*"
+gdb_test "p/a &&j" ".*A .* error in expression.*"
# Done!
#