mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Tidyups etc
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17380 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4a92c831b2
commit
02aace51b0
8 changed files with 79 additions and 5 deletions
|
@ -224,7 +224,7 @@ printf("Calling proxy\n");
|
|||
printf("ERROR ... expecting 6 and got %d\n", i);
|
||||
|
||||
printf("Testing NS_INVOCATION ... ");
|
||||
inv = NS_MESSAGE([Target class], loopInt: 7);
|
||||
inv = NS_INVOCATION([Target class], loopInt: 7);
|
||||
[inv setTarget: t];
|
||||
[inv invoke];
|
||||
[inv getReturnValue: &i];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue