OSDN Git Service

* gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
authortromey <tromey>
Tue, 18 Oct 2011 16:55:43 +0000 (16:55 +0000)
committertromey <tromey>
Tue, 18 Oct 2011 16:55:43 +0000 (16:55 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/jit-so.exp

index 0d1eb49..c4d300e 100644 (file)
@@ -1,5 +1,9 @@
 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.
        * gdb.python/python.exp: Don't include full file name in test
        name.
index c9510cb..1c71e30 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
 }