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:
Enrico Granata 2016-09-30 00:40:04 +00:00
parent 9091055efa
commit 20f27b99e8
1 changed files with 1 additions and 1 deletions

View File

@ -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):