]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/testsuite: use "not in" in Python files
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 29 Oct 2025 17:49:23 +0000 (13:49 -0400)
committerSimon Marchi <simon.marchi@efficios.com>
Thu, 30 Oct 2025 16:25:53 +0000 (12:25 -0400)
commit93029c6b50f24209790349e11198de47f412139b
tree5fbc9fa6361b737dddb134b5d05647bc278000b4
parentdacf41a62952ae56df91744a932ff793687f4b5f
gdb/testsuite: use "not in" in Python files

Fix flake8 warnings like this one:

    gdb/testsuite/gdb.python/py-send-packet.py:68:12: E713 test for membership should be 'not in'

Change-Id: I2b4cc1eeb63ee2fceb8c4264e7d6ce2d22824688
Approved-By: Tom Tromey <tom@tromey.com>
gdb/testsuite/gdb.base/inline-frame-cycle-unwind.py
gdb/testsuite/gdb.python/py-send-packet.py