diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2024-02-16 21:45:08 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-16 21:45:08 -0800 |
commit | 737bc9f76a14b955bdfeb3811ce6c9156572be9f (patch) | |
tree | 024807cbb70b90afbd8489541b08c17610650317 /lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h | |
parent | 0bf4f82f661817c79bd538c82c99515837cf1cf8 (diff) | |
download | llvm-737bc9f76a14b955bdfeb3811ce6c9156572be9f.zip llvm-737bc9f76a14b955bdfeb3811ce6c9156572be9f.tar.gz llvm-737bc9f76a14b955bdfeb3811ce6c9156572be9f.tar.bz2 |
[lldb] Replace assertRegexpMatches with assertRegex (NFC) (#82074)
assertRegexpMatches is a deprecated alias for assertRegex and has been
removed in Python 3.12. This wasn't an issue previously because we used
a vendored version of the unittest module. Now that we use the built-in
version this gets updated together with the Python version used to run
the test suite.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h')
0 files changed, 0 insertions, 0 deletions