diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/generics.cs')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/generics.cs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/generics.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/generics.cs deleted file mode 100644 index 7bbe04c7..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cs/generics.cs +++ /dev/null @@ -1,11 +0,0 @@ - -int foo() -{ -a.b<c, d>(); -a.b<c, e<d>>(); -a.b < c, d > (); -a.b < c, e < d > > (); -a.b < c, e < d > > (); - -return default (T); -} |