diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00312-comment_conversion_endif.c')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00312-comment_conversion_endif.c | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00312-comment_conversion_endif.c b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00312-comment_conversion_endif.c deleted file mode 100644 index 353946fb..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/c/00312-comment_conversion_endif.c +++ /dev/null @@ -1,24 +0,0 @@ -#ifndef DOXYGEN_SHOULD_SKIP_THIS // TEST1 - -void foo() -{ - int i = 0; -} - -#elif defined(sgi) && sgi // TEST2 - -void bar() -{ - int j = 0; -} - -#else // TEST3 - -void foobar() -{ - int j = 0; -} - -#endif // END TEST - -void main(); |