diff options
Diffstat (limited to 'gdb/testsuite/gdb.ada/pp-rec-component.py')
-rw-r--r-- | gdb/testsuite/gdb.ada/pp-rec-component.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.ada/pp-rec-component.py b/gdb/testsuite/gdb.ada/pp-rec-component.py index 339e4a3..3d39812 100644 --- a/gdb/testsuite/gdb.ada/pp-rec-component.py +++ b/gdb/testsuite/gdb.ada/pp-rec-component.py @@ -14,6 +14,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. from time import asctime, gmtime + import gdb # silence pyflakes |