* gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
authorMark Kettenis <kettenis@gnu.org>
Thu, 15 Aug 2002 17:18:50 +0000 (17:18 +0000)
committerMark Kettenis <kettenis@gnu.org>
Thu, 15 Aug 2002 17:18:50 +0000 (17:18 +0000)
2002-07-24 change that removes final dots from error messages.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.java/jv-print.exp

index 5b4a5181d35e15d523b037841dfa2aa9584c84e7..fb29d27a1ccf75f54e453217018797d15b6d8405 100644 (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.
index fb5dad73a2897e2d74bef7c1b8c651f2243d33cc..00da1f33ad40341b2cbe42ca7eb975cddd650158 100644 (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.
This page took 0.030146 seconds and 4 git commands to generate.