summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cs/UNI-19644.cs
diff options
context:
space:
mode:
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cs/UNI-19644.cs')
-rw-r--r--debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cs/UNI-19644.cs7
1 files changed, 0 insertions, 7 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cs/UNI-19644.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cs/UNI-19644.cs
deleted file mode 100644
index da76bfbc..00000000
--- a/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cs/UNI-19644.cs
+++ /dev/null
@@ -1,7 +0,0 @@
-//It deletes the space after {
-class Foo
-{
- extern internal bool canAccess { [NativeMethod(Name = "CanAccessFromScript")] get; }
-
- extern public int subMeshCount { get; [NativeMethod(Name = "CanAccessFromScript")] set; }
-}