summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/bug_340.m
diff options
context:
space:
mode:
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/bug_340.m')
-rw-r--r--debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/bug_340.m13
1 files changed, 0 insertions, 13 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/bug_340.m b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/bug_340.m
deleted file mode 100644
index ea9f8201..00000000
--- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/oc/bug_340.m
+++ /dev/null
@@ -1,13 +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