diff options
Diffstat (limited to 'lldb/test/lang/objc/objc-checker/TestObjCCheckers.py')
-rw-r--r-- | lldb/test/lang/objc/objc-checker/TestObjCCheckers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/objc/objc-checker/TestObjCCheckers.py b/lldb/test/lang/objc/objc-checker/TestObjCCheckers.py index b3c44435b3d..e4708d6c493 100644 --- a/lldb/test/lang/objc/objc-checker/TestObjCCheckers.py +++ b/lldb/test/lang/objc/objc-checker/TestObjCCheckers.py @@ -23,7 +23,7 @@ class ObjCCheckerTestCase(TestBase): self.source_name = 'main.m' @skipUnlessDarwin - @python_api_test + @add_test_categories(['pyapi']) def test_objc_checker(self): """Test that checkers catch unrecognized selectors""" if self.getArchitecture() == 'i386': |