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/31720-bit-colon.cpp | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/31720-bit-colon.cpp (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/31720-bit-colon.cpp') diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/31720-bit-colon.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/31720-bit-colon.cpp deleted file mode 100644 index b8e7c4db..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/31720-bit-colon.cpp +++ /dev/null @@ -1,21 +0,0 @@ -class C -{ - public: - size_t f1 : 1; - size_t f1 : 1; - size_t f2 : sizeof(size_t) - 1; - - Q_SIGNALS: - void somesignal(); -}; - -struct S -{ - private: - size_t f1 : 1; - size_t f1 : 1; - size_t f2 : sizeof(size_t) - 1; - - Q_SIGNALS: - void somesignal(); -}; -- cgit v1.2.1