Fix usage of removed decorator in TestExpressions

llvm-svn: 251880
This commit is contained in:
Pavel Labath 2015-11-03 01:39:03 +00:00
parent e7df5f5d41
commit 2a3dc2526b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ class TestGoUserExpression(TestBase):
mydir = TestBase.compute_mydir(__file__) mydir = TestBase.compute_mydir(__file__)
@python_api_test @add_test_categories(['pyapi'])
@skipIfRemote # Not remote test suit ready @skipIfRemote # Not remote test suit ready
@skipUnlessGoInstalled @skipUnlessGoInstalled
def test_with_dsym_and_python_api(self): def test_with_dsym_and_python_api(self):