diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/go/expressions/TestExpressions.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/go/expressions/TestExpressions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/go/expressions/TestExpressions.py b/lldb/packages/Python/lldbsuite/test/lang/go/expressions/TestExpressions.py index 742e425521f..429665f120d 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/go/expressions/TestExpressions.py +++ b/lldb/packages/Python/lldbsuite/test/lang/go/expressions/TestExpressions.py @@ -10,7 +10,7 @@ class TestGoUserExpression(TestBase): mydir = TestBase.compute_mydir(__file__) - @python_api_test + @add_test_categories(['pyapi']) @skipIfRemote # Not remote test suit ready @skipUnlessGoInstalled def test_with_dsym_and_python_api(self): |