diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10037-Issue_3362.c')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10037-Issue_3362.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10037-Issue_3362.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10037-Issue_3362.c deleted file mode 100644 index abff8de4..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/10037-Issue_3362.c +++ /dev/null @@ -1,15 +0,0 @@ -int main(int argc, char** argv) -{ - switch (argc) - { - case 1: - // return the number unchanged - return 1; - case 2: - // fall through - case 3: - return 5; - default: - return 10; - } -} |