]> Git Repo - binutils.git/commitdiff
* gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
authorTom Tromey <[email protected]>
Tue, 18 Oct 2011 16:55:43 +0000 (16:55 +0000)
committerTom Tromey <[email protected]>
Tue, 18 Oct 2011 16:55:43 +0000 (16:55 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/jit-so.exp

index 0d1eb49e79338824f70207a7e501dae7c6c14ee2..c4d300eab331409327e866febd1dc4334c480d61 100644 (file)
@@ -1,3 +1,7 @@
+2011-10-18  Tom Tromey  <[email protected]>
+
+       * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
+
 2011-10-18  Tom Tromey  <[email protected]>
 
        * gdb.base/source.exp: Don't include full file name in test name.
index c9510cb4d059ab82cd79452aae9b1abd3c9661a6..1c71e30e281deb3377ff6f5d0b1a8cf3f601b0e6 100644 (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
 }
 
This page took 0.064851 seconds and 4 git commands to generate.