mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
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:
parent
9a772dd309
commit
845201b6f5
4 changed files with 31 additions and 18 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue