diff options
author | Andrew Burgess <aburgess@redhat.com> | 2024-03-11 17:53:41 +0000 |
---|---|---|
committer | Andrew Burgess <aburgess@redhat.com> | 2024-03-11 17:53:41 +0000 |
commit | 1320cb92da10d194a5bb0c34ce552dffa52faeb5 (patch) | |
tree | 8b4e2d2c6435f1a4d375e75dc7a6ad9048d5305c /gdb | |
parent | 9b9e262994636841de04b433413e8987b16fcbaa (diff) | |
download | gdb-1320cb92da10d194a5bb0c34ce552dffa52faeb5.zip gdb-1320cb92da10d194a5bb0c34ce552dffa52faeb5.tar.gz gdb-1320cb92da10d194a5bb0c34ce552dffa52faeb5.tar.bz2 |
gdb/testsuite: reformat file with a more recent version of black
A Python file in my previous commit (5eb2254a1d1) was formatted with
an older version of black, which gives slightly different results.
Reformat with a newer version of black. This should make our
post-commit testing happy again.
No functional changes in this commit.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/gdb.base/pc-not-saved.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.base/pc-not-saved.py b/gdb/testsuite/gdb.base/pc-not-saved.py index 65a8e76..2e19da8 100644 --- a/gdb/testsuite/gdb.base/pc-not-saved.py +++ b/gdb/testsuite/gdb.base/pc-not-saved.py @@ -35,7 +35,6 @@ def set_break_bt_here_frame_id(pc, cfa): class break_unwinding(Unwinder): - """An unwinder for the function 'break_bt_here'. This unwinder will claim any frame for the function in question, but doesn't provide any unwound register values. Importantly, we don't provide a |