diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cpp/bug_1315.cpp')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cpp/bug_1315.cpp | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cpp/bug_1315.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cpp/bug_1315.cpp deleted file mode 100644 index 080c9233..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/input/cpp/bug_1315.cpp +++ /dev/null @@ -1,17 +0,0 @@ -dookie::wookie << "asd" - << "bag" - << "sag"; - -typedef enum -{ - A = 0, - B = 1 << 0, - C = 1 << 1 -}; - -enum -{ - A = 0, - B = 1 << 0, - C = 1 << 1 -}; |