diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30901-region.cpp')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30901-region.cpp | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30901-region.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30901-region.cpp deleted file mode 100644 index b7bebae8..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/expected/cpp/30901-region.cpp +++ /dev/null @@ -1,20 +0,0 @@ -class X : Y { - int foo1; - #pragma region something - int foo2 = 2; - #pragma endregion - int foo() - { - - #pragma region something else - int foo3 = 3; - #pragma region nested - int foo4 = 0; - #pragma endregion - int foo5 = 0; - #pragma endregion - } - -} - - |