Added a testcase that checks that struct arguments
authorSean Callanan <scallanan@apple.com>
Tue, 7 Apr 2015 20:33:10 +0000 (20:33 +0000)
committerSean Callanan <scallanan@apple.com>
Tue, 7 Apr 2015 20:33:10 +0000 (20:33 +0000)
commit94482840f50aed1712a3caa229c4c6313fff65c2
tree4fabc6afac95e9e426674bb74d1bcc34de92f5b1
parent273a9b4f03d2d22b4f0d673aa55e1abd0d32a028
Added a testcase that checks that struct arguments
are passed to Objective-C methods correctly.

llvm-svn: 234351
lldb/test/lang/objc/objc-struct-argument/Makefile [new file with mode: 0644]
lldb/test/lang/objc/objc-struct-argument/TestObjCStructArgument.py [new file with mode: 0644]
lldb/test/lang/objc/objc-struct-argument/test.m [new file with mode: 0644]