diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/expected/oc/50513-sp_oc_boxed.m')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/expected/oc/50513-sp_oc_boxed.m | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/expected/oc/50513-sp_oc_boxed.m b/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/expected/oc/50513-sp_oc_boxed.m deleted file mode 100644 index 916e9330..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/expected/oc/50513-sp_oc_boxed.m +++ /dev/null @@ -1,9 +0,0 @@ - -- (void) foo { - NSArray* a = @[]; - NSDictionary* b = @{}; - NSArray<NSString*>* array = @[ @"hello", @"world" ]; - NSDictionary<NSString*, NSString*>* dictionary = @{ @"foo": @"bar", @"foo2": @"bar2" }; - - NSString* const type = [pasteboard availableTypeFromArray:@[ NSPasteboardTypeString ]]; -} |