forked from OSchip/llvm-project
Do not assume we will be able to discover the return type of this selector call, for that is not true in i386 mode
llvm-svn: 282823
This commit is contained in:
parent
9091055efa
commit
20f27b99e8
|
@ -227,7 +227,7 @@ class ObjCDataFormatterTestCase(TestBase):
|
|||
'@"21 items"'])
|
||||
|
||||
self.expect(
|
||||
'expression -d run -- [NSArray new]',
|
||||
'expression -d run -- (NSArray*)[NSArray new]',
|
||||
substrs=['@"0 elements"'])
|
||||
|
||||
def nsdata_data_formatter_commands(self):
|
||||
|
|
Loading…
Reference in New Issue