summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/oc/50100-bug_340.m
diff options
context:
space:
mode:
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/oc/50100-bug_340.m')
-rw-r--r--debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/oc/50100-bug_340.m12
1 files changed, 0 insertions, 12 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/oc/50100-bug_340.m b/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/oc/50100-bug_340.m
deleted file mode 100644
index ec5135ab..00000000
--- a/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/expected/oc/50100-bug_340.m
+++ /dev/null
@@ -1,12 +0,0 @@
-#import <Cocoa/Cocoa.h>
-
-@implementation MyDocument
-- (void) locationManager:(CLLocationManager *)manager didFailWithError:(NSError *)error {
- [UIAlertView showError:error
- withTitle:NSLocalizedString(@"Your location cannot be determined",
- @"The location of the user cannot be guessed")
- message:NSLocalizedString(@"You can try again by pressing the refresh button",
- @"Recovery suggestion when the location cannot be found")];
-}
-
-@end