mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-25 17:51:01 +00:00
Correcting compilation error.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26820 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
314a2da7de
commit
0016ac9cf8
1 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ main()
|
|||
MyAssert1(NSLanguageCode);
|
||||
MyAssert1(NSLanguageName);
|
||||
MyAssert1(NSFormalName);
|
||||
MyAssert1(NSLocale);
|
||||
// MyAssert1(NSLocale);
|
||||
MyAssert1(NSConnectionRepliesReceived);
|
||||
MyAssert1(NSConnectionRepliesSent);
|
||||
MyAssert1(NSConnectionRequestsReceived);
|
||||
|
@ -155,7 +155,7 @@ main()
|
|||
MyAssert2(NSLanguageCode);
|
||||
MyAssert2(NSLanguageName);
|
||||
MyAssert2(NSFormalName);
|
||||
MyAssert2(NSLocale);
|
||||
// MyAssert2(NSLocale);
|
||||
MyAssert2(NSConnectionRepliesReceived);
|
||||
MyAssert2(NSConnectionRepliesSent);
|
||||
MyAssert2(NSConnectionRequestsReceived);
|
||||
|
|
Loading…
Reference in a new issue