diff options
Diffstat (limited to 'lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py')
-rw-r--r-- | lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py b/lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py index a22a2c012fc..31db76877e4 100644 --- a/lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py +++ b/lldb/test/lang/objc/objc-class-method/TestObjCClassMethod.py @@ -22,7 +22,7 @@ class TestObjCClassMethod(TestBase): @skipUnlessDarwin @expectedFailurei386 - @python_api_test + @add_test_categories(['pyapi']) #rdar://problem/9745789 "expression" can't call functions in class methods def test_with_python_api(self): """Test calling functions in class methods.""" |