diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/cpp/Issue_2150.cpp')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/cpp/Issue_2150.cpp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/cpp/Issue_2150.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/cpp/Issue_2150.cpp deleted file mode 100644 index 1e4d6bf5..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/input/cpp/Issue_2150.cpp +++ /dev/null @@ -1,17 +0,0 @@ -int f( int a ) -{ - switch ( a ) - { - case 1: - { - return a; - } - case 2: -#if 1 - case 3: -#endif - { - return a; - } - } -} |