From: Pedro Alves Date: Fri, 20 Jan 2012 20:00:14 +0000 (+0000) Subject: 2012-01-20 Pedro Alves X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6a52fb620c95f9772cc3480b6e08d9a2d69f3f97;p=binutils-gdb.git 2012-01-20 Pedro Alves * gdb.python/py-finish-breakpoint.py: Fix typo. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index ebef1855b0b..b6a7a2c2759 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2012-01-20 Pedro Alves + + * gdb.python/py-finish-breakpoint.py: Fix typo. + 2012-01-20 Ulrich Weigand * gdb.base/info-proc.exp: Also run on remote targets. Main diff --git a/gdb/testsuite/gdb.python/py-finish-breakpoint.py b/gdb/testsuite/gdb.python/py-finish-breakpoint.py index fb462bbd13d..2878bb82fd8 100644 --- a/gdb/testsuite/gdb.python/py-finish-breakpoint.py +++ b/gdb/testsuite/gdb.python/py-finish-breakpoint.py @@ -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"