Prefer skipping over x-failing

llvm-svn: 282824
This commit is contained in:
Enrico Granata 2016-09-30 00:41:07 +00:00
parent 20f27b99e8
commit 2aba83af94
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ class TypeLookupTestCase(TestBase):
self.line = line_number('main.m', '// break here')
@skipUnlessDarwin
@expectedFailureAll(archs=['i386'])
@skipIf(archs=['i386'])
def test_type_lookup(self):
"""Test type lookup command."""
self.build()