mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
fixup errors in set names and nesting
This commit is contained in:
parent
d144e29b48
commit
2107c82ca4
2 changed files with 3 additions and 2 deletions
|
@ -36,6 +36,8 @@ int main()
|
|||
stringByAppendingPathComponent: @"Resources"]],
|
||||
"-resourcePath returns the correct path");
|
||||
|
||||
END_SET("NSBundle resources")
|
||||
|
||||
#if defined(GNUSTEP)
|
||||
START_SET("NSBundle GNUstep general")
|
||||
NSBundle *gnustepBundle;
|
||||
|
@ -90,7 +92,6 @@ int main()
|
|||
|
||||
END_SET("NSBundle GNUstep resources")
|
||||
#endif
|
||||
END_SET("NSBundle resources")
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
@ -29,7 +29,7 @@ int main()
|
|||
test_keyed_NSCoding(testObjs);
|
||||
test_NSCopying(@"NSDictionary", @"NSMutableDictionary", testObjs, YES, NO);
|
||||
test_NSMutableCopying(@"NSDictionary", @"NSMutableDictionary", testObjs);
|
||||
START_SET("NSArray subscripting")
|
||||
START_SET("NSDictionary subscripting")
|
||||
# ifndef __has_feature
|
||||
# define __has_feature(x) 0
|
||||
# endif
|
||||
|
|
Loading…
Reference in a new issue