diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10061-Issue_3556.c')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10061-Issue_3556.c | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10061-Issue_3556.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10061-Issue_3556.c deleted file mode 100644 index 423e07f0..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/expected/c/10061-Issue_3556.c +++ /dev/null @@ -1,33 +0,0 @@ -int main(void) -{ - int a - = -1; - int b - = 0; - int c - = 1; - a - = -1; - b - = 0; - c - = 1; - if (a - = -1) - { - return a - = -1; - } - if (b - = 0) - { - return b - = 0; - } - if (c - = 1) - { - return c - = 1; - } -} |