* gdb.python/python.exp: Fix syntax in "post event insertion" test.
authorDoug Evans <dje@google.com>
Mon, 16 Aug 2010 18:01:40 +0000 (18:01 +0000)
committerDoug Evans <dje@google.com>
Mon, 16 Aug 2010 18:01:40 +0000 (18:01 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.python/python.exp

index e26a138f1e6a68ba5b5ab05346889fafb5bc3713..14e6d327a5ba4ddb9b608dfa79474861fdb623f9 100644 (file)
@@ -1,3 +1,7 @@
+2010-08-16  Doug Evans  <dje@google.com>
+
+       * gdb.python/python.exp: Fix syntax in "post event insertion" test.
+
 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
 
        * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
index dc04911f1f31958f4a72bcb6dd69d1f6a0f071a5..1f4a2a873eb8ebd4baf9853867fdb54f555bf435 100644 (file)
@@ -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" "" \