diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/expected/cpp/33023-bug_651.cpp')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/expected/cpp/33023-bug_651.cpp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/expected/cpp/33023-bug_651.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/expected/cpp/33023-bug_651.cpp deleted file mode 100644 index f0236016..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/expected/cpp/33023-bug_651.cpp +++ /dev/null @@ -1,16 +0,0 @@ -int a () -{ - double a_very_long_variable = test (foobar1, - foobar5); - - double a_other_very_long = asdfasdfasdfasdfasdf + asdfasfafasdfa + - asdfasdfasdf - asdfasdf + 56598; - - a_other_very_long = asdfasdfasdfasdfasdf + asdfasfafasdfa + - asdfasdfasdf - asdfasdf + 56598; - - testadsfa (dfasdf, - aaafsdfa); - - return 0; -} |