forked from OSchip/llvm-project
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:
parent
7a62566626
commit
6da57186d1
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue