summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/expected/oc/50004-string.m
diff options
context:
space:
mode:
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/expected/oc/50004-string.m')
-rw-r--r--debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/expected/oc/50004-string.m10
1 files changed, 0 insertions, 10 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/expected/oc/50004-string.m b/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/expected/oc/50004-string.m
deleted file mode 100644
index bbfeb51e..00000000
--- a/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/expected/oc/50004-string.m
+++ /dev/null
@@ -1,10 +0,0 @@
-
--(void)moreScannedData: (Image *) img from: (int) start to: (int) stop;
--(void)moreScannedData: (Image *) img from: (int) start to: (int) stop;
-
-public bool Enabled
-{
- NSString *whatever = @"some lovely text, the fox and co";
-
- a = (enderedImage->h - toplines - bottomlines);
-}