mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
improve skip message
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39465 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a83b5bf299
commit
b1bc2f8af7
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ int main()
|
|||
#if defined(GNUSTEP_BASE_LIBRARY)
|
||||
START_SET("mutex ownership extension")
|
||||
#if defined(_WIN32)
|
||||
SKIP("feature not available on windows")
|
||||
SKIP("mutex ownership feature not available on windows")
|
||||
#endif
|
||||
NS_DURING
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue