mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
fix error in warning text
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39459 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
0323003b7e
commit
4f8626830e
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ int main()
|
|||
"NSRecursiveLock isLockedByCurrentThread returns NO when not locked");
|
||||
[lock lock];
|
||||
PASS([lock isLockedByCurrentThread] == YES,
|
||||
"NSRecursiveLock isLockedByCurrentThread returns YES when not locked");
|
||||
"NSRecursiveLock isLockedByCurrentThread returns YES when locked");
|
||||
[lock unlock];
|
||||
PASS([lock isLockedByCurrentThread] == NO,
|
||||
"NSRecursiveLock isLockedByCurrentThread returns NO when unlocked");
|
||||
|
|
Loading…
Reference in a new issue