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:
CaS 2003-07-28 10:53:18 +00:00
parent 4a92c831b2
commit 02aace51b0
8 changed files with 79 additions and 5 deletions

View file

@ -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];