From 736086bae2e0c54fa5f59d332a383af1e2f6d8d8 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 18 Oct 2011 16:55:43 +0000 Subject: [PATCH] * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.base/jit-so.exp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 0d1eb49e793..c4d300eab33 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +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. diff --git a/gdb/testsuite/gdb.base/jit-so.exp b/gdb/testsuite/gdb.base/jit-so.exp index c9510cb4d05..1c71e30e281 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 } -- 2.30.2