diff options
Diffstat (limited to 'gdb/testsuite/gdb.python/python.exp')
-rw-r--r-- | gdb/testsuite/gdb.python/python.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.python/python.exp b/gdb/testsuite/gdb.python/python.exp index dc04911..1f4a2a8 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" "" \ |