summaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/module_section/TestModuleAndSection.py
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2023-08-04 14:04:39 -0700
committerJonas Devlieghere <jonas@devlieghere.com>2023-08-04 14:34:01 -0700
commite0053bc04e6b80ece8b334b268c2942e012009b9 (patch)
tree13eed5b6dac2b4577e335ed8ff72cac5134a0694 /lldb/test/API/python_api/module_section/TestModuleAndSection.py
parent043d03d25bd7eadef66685de298342b35fe6b466 (diff)
[lldb] Bump SWIG minimum version to 4
SWIG 4 was released in 2019 and has been the de-facto standard for a while now. All bots are running SWIG 4.0 or later. This was motivated by #64279 which discovered that 662548c broke the LLDB build with SWIG 3 on Windows. Differential revision: https://reviews.llvm.org/D156804
Diffstat (limited to 'lldb/test/API/python_api/module_section/TestModuleAndSection.py')
-rw-r--r--lldb/test/API/python_api/module_section/TestModuleAndSection.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/test/API/python_api/module_section/TestModuleAndSection.py b/lldb/test/API/python_api/module_section/TestModuleAndSection.py
index 1e30a2850a86..8a83740b0673 100644
--- a/lldb/test/API/python_api/module_section/TestModuleAndSection.py
+++ b/lldb/test/API/python_api/module_section/TestModuleAndSection.py
@@ -10,9 +10,6 @@ from lldbsuite.test.lldbutil import symbol_type_to_str
class ModuleAndSectionAPIsTestCase(TestBase):
- # Py3 asserts due to a bug in SWIG. A fix for this was upstreamed into
- # SWIG 3.0.8.
- @skipIf(py_version=[">=", (3, 0)], swig_version=["<", (3, 0, 8)])
def test_module_and_section(self):
"""Test module and section APIs."""
self.build()