diff options
author | Tom Tromey <tromey@adacore.com> | 2024-09-27 13:45:11 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2024-09-27 13:45:11 -0600 |
commit | 802c2244afaa65d20a18c10d2d3e1823b466f357 (patch) | |
tree | f2a07c7f94adbffe9b70194cff983ca214b4f308 /gdb/testsuite/gdb.python | |
parent | bb3e9b6521a78b353850190283d26dcd0f21089b (diff) | |
download | gdb-802c2244afaa65d20a18c10d2d3e1823b466f357.zip gdb-802c2244afaa65d20a18c10d2d3e1823b466f357.tar.gz gdb-802c2244afaa65d20a18c10d2d3e1823b466f357.tar.bz2 |
Re-run 'isort' on gdb tests
Re-running 'isort' (via pre-commit) showed that the file
py-read-memory-leak.py (from the gdb test suite) needed a small patch.
Diffstat (limited to 'gdb/testsuite/gdb.python')
-rw-r--r-- | gdb/testsuite/gdb.python/py-read-memory-leak.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.python/py-read-memory-leak.py b/gdb/testsuite/gdb.python/py-read-memory-leak.py index 62369b3..430c5c2 100644 --- a/gdb/testsuite/gdb.python/py-read-memory-leak.py +++ b/gdb/testsuite/gdb.python/py-read-memory-leak.py @@ -15,6 +15,7 @@ import os import tracemalloc + import gdb # A global variable in which we store a reference to the memory buffer |