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/30099-bug_1127.cpp | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/30099-bug_1127.cpp (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/30099-bug_1127.cpp') diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/30099-bug_1127.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/30099-bug_1127.cpp deleted file mode 100644 index 0109baaf..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/expected/cpp/30099-bug_1127.cpp +++ /dev/null @@ -1,20 +0,0 @@ -#include - -template -class MyFoo -{ -public: -MyFoo() -{ - std::cout << T << std::endl; -} -}; - -int main() -{ - const size_t mySize = INT8_MAX * 2; - MyFoo foo1; - MyFoo foo2; - MyFoo<2 * mySize> foo1; - MyFoo<2 / mySize> foo2; -} -- cgit v1.2.1