This test will not work in i386 mode because we don't create interesting types from the ObjC runtime

"Fixes" rdar://28501616

llvm-svn: 282774
This commit is contained in:
Enrico Granata 2016-09-29 21:20:56 +00:00
parent 7a62566626
commit 6da57186d1
1 changed files with 1 additions and 0 deletions

View File

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