OSDN Git Service

2012-01-20 Pedro Alves <palves@redhat.com>
authorpalves <palves>
Fri, 20 Jan 2012 20:00:14 +0000 (20:00 +0000)
committerpalves <palves>
Fri, 20 Jan 2012 20:00:14 +0000 (20:00 +0000)
* gdb.python/py-finish-breakpoint.py: Fix typo.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.python/py-finish-breakpoint.py

index ebef185..b6a7a2c 100644 (file)
@@ -1,3 +1,7 @@
+2012-01-20  Pedro Alves  <palves@redhat.com>
+
+       * gdb.python/py-finish-breakpoint.py: Fix typo.
+
 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
 
        * gdb.base/info-proc.exp: Also run on remote targets.  Main
index fb462bb..2878bb8 100644 (file)
@@ -86,4 +86,4 @@ class SimpleFinishBreakpoint(gdb.FinishBreakpoint):
        def out_of_scope(self):
                print "SimpleFinishBreakpoint out of scope"
 
-print "Python script importedd"
+print "Python script imported"