2002-07-24 change that removes final dots from error messages.
+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.
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.