mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-11 00:30:49 +00:00
just hope for extension to work
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39840 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5224b275d8
commit
e7c50a1eb2
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,7 @@ int main()
|
|||
#endif
|
||||
NS_DURING
|
||||
{
|
||||
testHopeful = YES;
|
||||
PASS([lock isLockedByCurrentThread] == NO,
|
||||
"NSRecursiveLock isLockedByCurrentThread returns NO when not locked");
|
||||
[lock lock];
|
||||
|
@ -44,6 +45,7 @@ int main()
|
|||
[lock unlock];
|
||||
PASS([lock isLockedByCurrentThread] == NO,
|
||||
"NSRecursiveLock isLockedByCurrentThread returns NO when unlocked");
|
||||
testHopeful = NO;
|
||||
}
|
||||
NS_HANDLER
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue