aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base/jit-so.exp
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2011-10-18 16:55:43 +0000
committerTom Tromey <tromey@redhat.com>2011-10-18 16:55:43 +0000
commit736086bae2e0c54fa5f59d332a383af1e2f6d8d8 (patch)
tree6ab126425d3706840189114487544bbfdb84112d /gdb/testsuite/gdb.base/jit-so.exp
parenta415b1cd634be934d9d8b0ab73b942fc3af61db9 (diff)
downloadfsf-binutils-gdb-736086bae2e0c54fa5f59d332a383af1e2f6d8d8.zip
fsf-binutils-gdb-736086bae2e0c54fa5f59d332a383af1e2f6d8d8.tar.gz
fsf-binutils-gdb-736086bae2e0c54fa5f59d332a383af1e2f6d8d8.tar.bz2
* gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
Diffstat (limited to 'gdb/testsuite/gdb.base/jit-so.exp')
-rw-r--r--gdb/testsuite/gdb.base/jit-so.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/jit-so.exp b/gdb/testsuite/gdb.base/jit-so.exp
index c9510cb..1c71e30 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
}