From 70ebf4ed1a2872d940df413696837481871a5af9 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Mon, 16 Aug 2010 18:01:40 +0000 Subject: [PATCH] * gdb.python/python.exp: Fix syntax in "post event insertion" test. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.python/python.exp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index e26a138f1e6..14e6d327a5b 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2010-08-16 Doug Evans + + * gdb.python/python.exp: Fix syntax in "post event insertion" test. + 2010-08-11 Phil Muldoon * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event diff --git a/gdb/testsuite/gdb.python/python.exp b/gdb/testsuite/gdb.python/python.exp index dc04911f1f3..1f4a2a873eb 100644 --- a/gdb/testsuite/gdb.python/python.exp +++ b/gdb/testsuite/gdb.python/python.exp @@ -124,7 +124,7 @@ gdb_test "python print x" "23" gdb_py_test_multiple "post event insertion" \ "python" "" \ "someVal = 0" "" \ - "class Foo():" "" \ + "class Foo(object):" "" \ " def __call__(self):" "" \ " global someVal" "" \ " someVal += 1" "" \ -- 2.30.2