aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/python_api/section
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/API/python_api/section')
-rw-r--r--lldb/test/API/python_api/section/TestSectionAPI.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/test/API/python_api/section/TestSectionAPI.py b/lldb/test/API/python_api/section/TestSectionAPI.py
index 1513b98..bd8e451 100644
--- a/lldb/test/API/python_api/section/TestSectionAPI.py
+++ b/lldb/test/API/python_api/section/TestSectionAPI.py
@@ -13,7 +13,6 @@ class SectionAPITestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
- @add_test_categories(['pyapi'])
def test_get_target_byte_size(self):
d = {'EXE': 'b.out'}
self.build(dictionary=d)