mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
tweak
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32569 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
8b20a6b4fd
commit
257db34f47
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
int main(void)
|
||||
{
|
||||
START_SET("Properties")
|
||||
SKIP("Your compiler does not support declared properties");
|
||||
OMIT("Your compiler does not support declared properties");
|
||||
END_SET("Properties")
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
int main(void)
|
||||
{
|
||||
START_SET("String throwing")
|
||||
#if BASE_NATIVE_OBJC_EXCEPTIONS == 1
|
||||
#if defined(BASE_NATIVE_OBJC_EXCEPTIONS) && BASE_NATIVE_OBJC_EXCEPTIONS == 1
|
||||
id caught = nil;
|
||||
id thrown = @"thrown";
|
||||
@try
|
||||
|
|
Loading…
Reference in a new issue