avoid warning log about unexpected response

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29075 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2009-11-27 13:05:26 +00:00
parent 9a772dd309
commit 845201b6f5
4 changed files with 31 additions and 18 deletions

View file

@ -103,6 +103,7 @@ main(int argc, char *argv[], char **env)
#endif
pool = [[NSAutoreleasePool alloc] init];
[NSConnection setDebug: YES];
[Tester startup];
[[NSRunLoop currentRunLoop] run];
[pool release];