fixup errors in set names and nesting

This commit is contained in:
Richard Frith-Macdonald 2019-01-05 15:41:15 +00:00
parent d144e29b48
commit 2107c82ca4
2 changed files with 3 additions and 2 deletions

View file

@ -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;
}

View file

@ -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