diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 2000-01-11 03:07:37 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 2000-01-11 03:07:37 +0000 |
commit | e31cf3b5740670d856962824e983e893aca5acd0 (patch) | |
tree | 0c7f4b3102340776bf12f87c2f4666874ba618ab /gdb/testsuite/gdb.base/display.exp | |
parent | efbdfc61a9659829f2e641021240cecd2fc0f414 (diff) | |
download | gdb-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.exp | 2 |
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! # |