diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10050-generics.cs')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10050-generics.cs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10050-generics.cs b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10050-generics.cs deleted file mode 100644 index 74e49ecd..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cs/10050-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); -} |