* 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:
parent
c7a7b500fd
commit
5415e7c5d4
|
@ -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>
|
2002-08-13 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* gdb.base/readline.exp: New file.
|
* gdb.base/readline.exp: New file.
|
||||||
|
|
|
@ -89,8 +89,8 @@ proc test_integer_literals_rejected {} {
|
||||||
global gdb_prompt
|
global gdb_prompt
|
||||||
|
|
||||||
test_print_reject "p 0x"
|
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 '\\'"
|
test_print_reject "p '\\'"
|
||||||
|
|
||||||
# Note that this turns into "p '\\\'" at gdb's input.
|
# Note that this turns into "p '\\\'" at gdb's input.
|
||||||
|
|
Loading…
Reference in New Issue