From fdcd72088371b3d8dfd31f2a5159861ce0be5535 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 4 Dec 2022 19:16:43 +0900 Subject: uncrustify-trinity: updated based on upstream version 0.76.0 Signed-off-by: Michele Calgaro --- .../tests/expected/cpp/60081-Issue_3546.cpp | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/60081-Issue_3546.cpp (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/60081-Issue_3546.cpp') diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/60081-Issue_3546.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/60081-Issue_3546.cpp deleted file mode 100644 index 40131205..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/60081-Issue_3546.cpp +++ /dev/null @@ -1,28 +0,0 @@ -#include - -class - alignas(32) - Foobar; - -int main() -{ - typedef - int - int32; - int foo, - bar, - baz; - foo = 5 - + 6 - + 7; - if (printf("%d %d", - 5 - + 6, - 7) - < 0) - { - return 1; - } - - return 0; -} -- cgit v1.2.1