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

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