diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34191-comment-align-multiline.cpp')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34191-comment-align-multiline.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34191-comment-align-multiline.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34191-comment-align-multiline.cpp deleted file mode 100644 index db501481..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/34191-comment-align-multiline.cpp +++ /dev/null @@ -1,13 +0,0 @@ -#include <stdio.h> - -void function() -{ - printf( "Hello World\n" ); - /* - output_comment_multi_simple to test replacement of \r\n to \n keep the - following \r: - //test - /// Another comment - //end test - */ -} |