diff options
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/gdb.python/py-pp-cast.py | 1 | ||||
-rw-r--r-- | gdb/testsuite/gdb.python/py-pp-re-notag.py | 1 | ||||
-rw-r--r-- | gdb/testsuite/gdb.python/py-prettyprint-stub.py | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.python/py-pp-cast.py b/gdb/testsuite/gdb.python/py-pp-cast.py index a0c48f9..c071920 100644 --- a/gdb/testsuite/gdb.python/py-pp-cast.py +++ b/gdb/testsuite/gdb.python/py-pp-cast.py @@ -15,6 +15,7 @@ import gdb.printing + class PpIntPrinter(object): def __init__(self, val): self.val = val diff --git a/gdb/testsuite/gdb.python/py-pp-re-notag.py b/gdb/testsuite/gdb.python/py-pp-re-notag.py index 3bbf588..00bc5c7 100644 --- a/gdb/testsuite/gdb.python/py-pp-re-notag.py +++ b/gdb/testsuite/gdb.python/py-pp-re-notag.py @@ -18,6 +18,7 @@ from time import asctime, gmtime import gdb # silence pyflakes import gdb.printing + class TimePrinter: def __init__(self, val): self.val = val diff --git a/gdb/testsuite/gdb.python/py-prettyprint-stub.py b/gdb/testsuite/gdb.python/py-prettyprint-stub.py index 75d5f35..2378f55 100644 --- a/gdb/testsuite/gdb.python/py-prettyprint-stub.py +++ b/gdb/testsuite/gdb.python/py-prettyprint-stub.py @@ -18,6 +18,7 @@ import gdb.printing + class SPrinter: def __init__(self, val): self.val = val |