summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/go/expressions/TestExpressions.py
diff options
context:
space:
mode:
authorPavel Labath <labath@google.com>2015-11-03 01:39:03 +0000
committerPavel Labath <labath@google.com>2015-11-03 01:39:03 +0000
commit2a3dc2526bdd06c34fd053eed530f471b3e0317a (patch)
treec27d98d467244a5fccba23ff0cd4fbae8dcbfc22 /lldb/packages/Python/lldbsuite/test/lang/go/expressions/TestExpressions.py
parente7df5f5d4185960da93601d0820d562c37109d52 (diff)
downloadbcm5719-llvm-2a3dc2526bdd06c34fd053eed530f471b3e0317a.tar.gz
bcm5719-llvm-2a3dc2526bdd06c34fd053eed530f471b3e0317a.zip
Fix usage of removed decorator in TestExpressions
llvm-svn: 251880
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.py2
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):
OpenPOWER on IntegriCloud