summaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/lang/c/step-target/TestStepTarget.py
diff options
context:
space:
mode:
Diffstat (limited to 'packages/Python/lldbsuite/test/lang/c/step-target/TestStepTarget.py')
-rw-r--r--packages/Python/lldbsuite/test/lang/c/step-target/TestStepTarget.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/Python/lldbsuite/test/lang/c/step-target/TestStepTarget.py b/packages/Python/lldbsuite/test/lang/c/step-target/TestStepTarget.py
index b1aa98c50ba46..90f07860afa7a 100644
--- a/packages/Python/lldbsuite/test/lang/c/step-target/TestStepTarget.py
+++ b/packages/Python/lldbsuite/test/lang/c/step-target/TestStepTarget.py
@@ -14,9 +14,6 @@ class TestStepTarget(TestBase):
mydir = TestBase.compute_mydir(__file__)
- def getCategories(self):
- return ['basic_process']
-
def setUp(self):
# Call super's setUp().
TestBase.setUp(self)