* gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with

2002-07-24 change that removes final dots from error messages.
This commit is contained in:
Mark Kettenis 2002-08-15 17:18:50 +00:00
parent c7a7b500fd
commit 5415e7c5d4
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2002-08-15 Mark Kettenis <kettenis@elgar.kettenis.dyndns.org>
* gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
2002-07-24 change that removes final dots from error messages.
2002-08-13 Tom Tromey <tromey@redhat.com>
* gdb.base/readline.exp: New file.

View File

@ -89,8 +89,8 @@ proc test_integer_literals_rejected {} {
global gdb_prompt
test_print_reject "p 0x"
gdb_test "p ''" "Empty character constant\\."
gdb_test "p '''" "Empty character constant\\."
gdb_test "p ''" "Empty character constant"
gdb_test "p '''" "Empty character constant"
test_print_reject "p '\\'"
# Note that this turns into "p '\\\'" at gdb's input.