* gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.

This commit is contained in:
Tom Tromey 2011-10-18 16:55:43 +00:00
parent a415b1cd63
commit 736086bae2
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-10-18 Tom Tromey <tromey@redhat.com>
* gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
2011-10-18 Tom Tromey <tromey@redhat.com>
* gdb.base/source.exp: Don't include full file name in test name.

View File

@ -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
}