diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31598-Issue_1753.cpp')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31598-Issue_1753.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31598-Issue_1753.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31598-Issue_1753.cpp deleted file mode 100644 index 9f7da399..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/31598-Issue_1753.cpp +++ /dev/null @@ -1,9 +0,0 @@ -void x() -{ - a = c0 * d0(); - a = b ? c + d : e; - a = b ? c * d : e; - a = b ? c + d() : e; - a = b1 ? c1 * d1() : e1; - a = b2 ? c2() * d2 : e2; -} |