From: tromey Date: Tue, 18 Oct 2011 16:55:43 +0000 (+0000) Subject: * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=a16be491b8c706c13158d7dc97a589c94e8d5f2e;p=pf3gnuchains%2Fpf3gnuchains4x.git * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 0d1eb49e79..c4d300eab3 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2011-10-18 Tom Tromey + * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash. + +2011-10-18 Tom Tromey + * gdb.base/source.exp: Don't include full file name in test name. * gdb.python/python.exp: Don't include full file name in test name. diff --git a/gdb/testsuite/gdb.base/jit-so.exp b/gdb/testsuite/gdb.base/jit-so.exp index c9510cb4d0..1c71e30e28 100644 --- a/gdb/testsuite/gdb.base/jit-so.exp +++ b/gdb/testsuite/gdb.base/jit-so.exp @@ -117,7 +117,7 @@ proc one_jit_test {count match_str} { gdb_continue_to_breakpoint "break here 2" # All jit librares must have been unregistered gdb_test "info function jit_function" \ - "All functions matching regular expression \"jit_function\":" \ + "All functions matching regular expression \"jit_function\":" set pf_prefix $old_pf_prefix }