hanchenye-llvm-project/lldb/test/lang/objc/foundation
Greg Clayton 2c156f852c Fixed the an objective C test case so it passes correctly.
Fixed the test case to use a runtime function prototype that will be correct ([NSString stringWithCString: "new"]) instead of one that won't (expression str = [NSString stringWithFormat: @"%cew", 'N']). The runtime doesn't track vararg functions correctly so we can't reconstitute the function correctly.

Also fixed some expressions that used "str_id" whose type was "id" and do the necessary casting since "id" doesn't have any methods.

llvm-svn: 213113
2014-07-16 00:42:06 +00:00
..
Makefile
TestConstStrings.py
TestFoundationDisassembly.py
TestObjCMethods.py TestObjCMethods.FoundationTestCase was failing due to an error, fixed now. 2014-07-16 00:39:15 +00:00
TestObjCMethods2.py Fixed the an objective C test case so it passes correctly. 2014-07-16 00:42:06 +00:00
TestObjectDescriptionAPI.py
TestRuntimeTypes.py
TestSymbolTable.py
const-strings.m
main.m
my-base.h
my-base.m