diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_2433_2.cpp')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_2433_2.cpp | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_2433_2.cpp b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_2433_2.cpp deleted file mode 100644 index 9da12944..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/input/cpp/bug_2433_2.cpp +++ /dev/null @@ -1,22 +0,0 @@ -void f(); -namespace A { -void f2(); -namespace S { -void f3(); -class C -{ -}; -void f4(); -} // namespace S -void f5(); -} // namespace A -void f6(); -namespace E -{ -void f7(); -class D -{ -};; -void f9(); -}; -void f10(); |