diff options
author | Pavel Labath <labath@google.com> | 2015-11-03 01:39:03 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2015-11-03 01:39:03 +0000 |
commit | 2a3dc2526bdd06c34fd053eed530f471b3e0317a (patch) | |
tree | c27d98d467244a5fccba23ff0cd4fbae8dcbfc22 /lldb/packages/Python/lldbsuite/test/lang/go/expressions/TestExpressions.py | |
parent | e7df5f5d4185960da93601d0820d562c37109d52 (diff) | |
download | bcm5719-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.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): |